chore(hyprland): keep things up-to-date, outsource windowrules
This commit is contained in:
@@ -14,14 +14,20 @@ bind = $mainMod ALT_L, K, exec, hyprctl switchxkblayout holtek-usb-hid-keyboard
|
||||
binde = ,XF86AudioLowerVolume, exec, amixer -M -- set Master Playback Switch 1%-
|
||||
binde = ,XF86AudioRaiseVolume, exec, amixer -M -- set Master Playback Switch 1%+
|
||||
|
||||
bind = ,XF86AudioMute, exec, amixer -M -- set Master Playback Switch toggle
|
||||
|
||||
# Reduce effects for performance
|
||||
bind = WIN, F1, exec, ~/.config/hypr/gamemode.sh
|
||||
|
||||
# Clipboard
|
||||
bind = $mainMod, V, exec, $clipboard-manager
|
||||
bind = $mainMod SHIFT, V, exec, cliphist wipe
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, F, togglefloating,
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, C, killactive,
|
||||
@@ -45,6 +51,9 @@ bind = $mainMod, O, fullscreenstate, 1
|
||||
|
||||
# lock
|
||||
bind = $mainMod, F12, exec, $lockscreen
|
||||
# swap workspaces between monitors
|
||||
bind = $mainMod ALT_L, s, swapactiveworkspaces, DP-1 DP-2
|
||||
bind = $mainMod ALT_L, s, swapactiveworkspaces, eDP-1 HDMI-A-2
|
||||
|
||||
# Move window in direction
|
||||
bind = $mainMod SHIFT, h, swapwindow, l
|
||||
|
||||
Reference in New Issue
Block a user