feat: add chrome

This commit is contained in:
2026-04-05 16:01:18 +09:00
parent ef49bef674
commit c73513bd61
4 changed files with 12 additions and 10 deletions

View File

@@ -25,10 +25,10 @@ source=~/.config/hypr/mocha.conf
# See https://wiki.hyprland.org/Configuring/Monitors/ # See https://wiki.hyprland.org/Configuring/Monitors/
# monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 # monitor = HDMI-A-1, 1920x1080@60, 0x0, 1
monitor = HDMI-A-1, 1920x1080@60, 0x1080, 1 # tablet monitor = HDMI-A-1, 1920x1080@60, 1920x720, 1 # tablet
monitor = DP-2, 1920x1080@60, 0x0, 1 monitor = DP-1, 1920x1080@60, 0x0, 1
monitor = DP-3, 3840x2160@60, 1920x-720, 1.5 monitor = DP-3, 3840x2160@60, 1920x-720, 1.5
monitor = DP-1, 1920x1080@60, 4480x0, 1 monitor = DP-2, 1920x1080@60, 4480x0, 1
# monitor = HDMI-A-1, 1920x1080@60, 0x1080, 1 # tablet # monitor = HDMI-A-1, 1920x1080@60, 0x1080, 1 # tablet
# monitor = DP-2, 1920x1080@60, 0x0, 1 # monitor = DP-2, 1920x1080@60, 0x0, 1
@@ -275,7 +275,9 @@ device {
sensitivity = -0.5 sensitivity = -0.5
} }
xwayland {
force_zero_scaling = true
}
################### ###################
### KEYBINDINGS ### ### KEYBINDINGS ###
@@ -302,6 +304,7 @@ bind = CTRL ALT, V, exec, vesktop --enable-wayland-ime --ozone-platform=wayland
bind = CTRL ALT, P, exec, prismlauncher bind = CTRL ALT, P, exec, prismlauncher
bind = CTRL ALT, C, exec, hyprpicker bind = CTRL ALT, C, exec, hyprpicker
bind = CTRL ALT, O, exec, obsidian bind = CTRL ALT, O, exec, obsidian
bind = CTRL ALT, R, exec, google-chrome-stable http://iot.local --password-store=basic
bind = SUPER, F, exec, ~/.config/hypr/scripts/toggle-firefox.sh bind = SUPER, F, exec, ~/.config/hypr/scripts/toggle-firefox.sh
@@ -311,11 +314,10 @@ bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d bind = $mainMod, down, movefocus, d
# Neovim keys! bind = $mainMod shift, left, movewindow, l
bind = $mainMod, h, movefocus, l bind = $mainMod shift, right, movewindow, r
bind = $mainMod, l, movefocus, r bind = $mainMod shift, up, movewindow, u
bind = $mainMod, k, movefocus, u bind = $mainMod shift, down, movewindow, d
bind = $mainMod, j, movefocus, d
# Switch workspaces with mainMod + [0-5] # Switch workspaces with mainMod + [0-5]
bind = $mainMod, 1, split-workspace, 1 bind = $mainMod, 1, split-workspace, 1

View File

@@ -1 +1 @@
/nix/store/2cc0s186ad6zxhiz6mn8irj2yjgk5mxk-home-manager-files/.config/hypr/hyprland.conf /nix/store/nc9m6q3cqw8jpygl2nsll365qkmrwdck-home-manager-files/.config/hypr/hyprland.conf

0
monitors.conf Normal file
View File

0
workspaces.conf Normal file
View File