Test
This commit is contained in:
parent
bed52d51cc
commit
89a6213e96
1 changed files with 4 additions and 9 deletions
|
@ -153,20 +153,15 @@
|
|||
bind = , Print, exec, grim -g "$(slurp)" | wl-copy -t image/png
|
||||
|
||||
# Move to the previous / next workspace with SUPER-LEFT and SUPER-RIGHT
|
||||
bind = $mainMod , right, workspace, e+1
|
||||
bind = $mainMod , left , workspace, e-1
|
||||
bind = $mainMod, right, workspace, e+1
|
||||
bind = $mainMod, left , workspace, e-1
|
||||
bind = $mainMod SHIFT, right, movetoworkspace, e+1
|
||||
bind = $mainMod SHIFT, left , movetoworkspace, e-1
|
||||
bind = $mainMod SHIFT, left, movetoworkspace, e-1
|
||||
bind = SHIFT ALT, L, workspace, e+1
|
||||
bind = SHIFT ALT, H, workspace, e-1
|
||||
|
||||
# Launch various applications
|
||||
bind = $mainMod, R, exec, ranger
|
||||
bind = $mainMod, S, exec, steam
|
||||
|
||||
# Lock the screen, send to swaylock and pause music
|
||||
bind = $mainMod, L, exec, swaylock
|
||||
bind = $mainMod, L, exec, playerctl pause
|
||||
bind = $mainMod, L, exec, swaylock && playerctl pause
|
||||
|
||||
# to switch between windows in a floating workspace
|
||||
bind = $mainMod ,Tab, cyclenext, # change focus to another window
|
||||
|
|
Loading…
Reference in a new issue