Update 1
This commit is contained in:
+14
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user