Updated config

This commit is contained in:
2024-03-10 23:52:28 +01:00
parent 4ee1f9f1a1
commit 36faa964ed
2 changed files with 16 additions and 5 deletions

View File

@ -6,8 +6,8 @@ bind = $main, D, exec, $editor
bind = $main, E, exec, $files
bind = $main, L, exec, $lockscreen
bind = $main, T, exec, $terminal
bind = $main, M, exec, pkill $statusbar || $statusbar
bind = $main, Space, exec, pkill $menu || $menu
bind = $main, O, exec, pkill $menu || $menu
bind = $main, S, exec, pkill $statusbar || $statusbar
bind = $main SHIFT, T, exec, [float;size 960 540;center] $terminal
bind = , Print, exec, $screenshot
@ -45,7 +45,18 @@ bind =, KP_End, workspace, 7
bind =, KP_Down, workspace, 8
bind =, KP_Next, workspace, 9
# Move window to a specific workspace
# Move window to a specific workspace with numpad
bind = $main, KP_Home, movetoworkspace, 1
bind = $main, KP_Up, movetoworkspace, 2
bind = $main, KP_Prior, movetoworkspace, 3
bind = $main, KP_Left, movetoworkspace, 4
bind = $main, KP_Begin, movetoworkspace, 5
bind = $main, KP_Right, movetoworkspace, 6
bind = $main, KP_End, movetoworkspace, 7
bind = $main, KP_Down, movetoworkspace, 8
bind = $main, KP_Next, movetoworkspace, 9
# Move window to a specific workspace with numbers
bind = $main, 1, movetoworkspace, 1
bind = $main, 2, movetoworkspace, 2
bind = $main, 3, movetoworkspace, 3