This commit is contained in:
2026-04-19 18:05:23 +01:00
parent 801c9d74d0
commit aac7c9de0a
41 changed files with 665 additions and 142 deletions
+14 -4
View File
@@ -4,19 +4,18 @@
# See https://wiki.hypr.land/Configuring/Keywords/
$mainMod = SUPER # Sets "Windows" key as main modifier
$shiftMod = SUPER SHIFT
# Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more
bind = $mainMod, Return, exec, $terminal
bind = $mainMod, Q, killactive,
bind = $mainMod, M, exec, wlogout
bind = $mainMod SHIFT, E, exec, $fileManager
bind = $mainMod SHIFT, W, exec, $browser
bind = $shiftMod, E, exec, $fileManager
bind = $shiftMod, W, exec, $browser
bind = $mainMod, V, togglefloating,
bind = $mainMod, D, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, R, exec, ~/.config/waybar/scripts/launch.sh
#bind = $mainMod, J, layoutmsg, togglesplit # dwindle
# Move focus with mainMod + arrow keys
bind = $mainMod, h, movefocus, l
@@ -73,3 +72,14 @@ bindl = , XF86AudioNext, exec, playerctl next
bindl = , XF86AudioPause, exec, playerctl play-pause
bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous
# Action Center
bind = $mainMod, A, exec, swaync-client -t
# Clipboard manager
bind = $shiftMod, V, exec, cliphist list | rofi -dmenu -display-columns 2 -p "Clipboard" -theme ~/.config/rofi/clipboard/clipboard.rasi | cliphist decode | wl-copy
# Screenshots
bind = $shiftMod, W, exec, hyprshot -m window
bind = $shiftMod, M, exec, hyprshot -m output
bind = $shiftMod, PRINT, exec, hyprshot -m region