feat: add chrome
This commit is contained in:
@@ -25,10 +25,10 @@ source=~/.config/hypr/mocha.conf
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# monitor = HDMI-A-1, 1920x1080@60, 0x0, 1
|
||||
|
||||
monitor = HDMI-A-1, 1920x1080@60, 0x1080, 1 # tablet
|
||||
monitor = DP-2, 1920x1080@60, 0x0, 1
|
||||
monitor = HDMI-A-1, 1920x1080@60, 1920x720, 1 # tablet
|
||||
monitor = DP-1, 1920x1080@60, 0x0, 1
|
||||
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 = DP-2, 1920x1080@60, 0x0, 1
|
||||
@@ -275,7 +275,9 @@ device {
|
||||
sensitivity = -0.5
|
||||
}
|
||||
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
###################
|
||||
### 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, C, exec, hyprpicker
|
||||
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
|
||||
|
||||
@@ -311,11 +314,10 @@ bind = $mainMod, right, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
|
||||
# Neovim keys!
|
||||
bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, l, movefocus, r
|
||||
bind = $mainMod, k, movefocus, u
|
||||
bind = $mainMod, j, movefocus, d
|
||||
bind = $mainMod shift, left, movewindow, l
|
||||
bind = $mainMod shift, right, movewindow, r
|
||||
bind = $mainMod shift, up, movewindow, u
|
||||
bind = $mainMod shift, down, movewindow, d
|
||||
|
||||
# Switch workspaces with mainMod + [0-5]
|
||||
bind = $mainMod, 1, split-workspace, 1
|
||||
|
||||
Reference in New Issue
Block a user