random changes

This commit is contained in:
moonleay 2024-01-22 10:05:12 +01:00
parent 7638ba448c
commit e190dc63a9
Signed by: moonleay
GPG key ID: 82667543CCD715FB
2 changed files with 17 additions and 3 deletions

View file

@ -2,8 +2,8 @@
LocationMode=path-bar
ShowHidden=false
ShowSizeColumn=true
GeometryX=817
GeometryY=493
GeometryX=5936
GeometryY=763
GeometryWidth=926
GeometryHeight=657
SortColumn=modified

View file

@ -30,7 +30,7 @@ bind = ALT_L SHIFT, f, fakefullscreen
bind = $mainMod, TAB, exec, rofi -show window -show-icons
# Default Mappings
bind = $mainMod, Q, exec, kitty
bind = $mainMod, Q, exec, alacritty
bind = $mainMod, C, killactive,
bind = $mainMod, M, exit,
bind = $mainMod, E, exec, thunar
@ -73,6 +73,20 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod SHIFT, minus, movetoworkspace, 11
bind = $mainMod SHIFT, equal, movetoworkspace, 12
# Move window to other workspace, but silent
bind = Alt_L, 1, movetoworkspacesilent, 1
bind = Alt_L, 2, movetoworkspacesilent, 2
bind = Alt_L, 3, movetoworkspacesilent, 3
bind = Alt_L, 4, movetoworkspacesilent, 4
bind = Alt_L, 5, movetoworkspacesilent, 5
bind = Alt_L, 6, movetoworkspacesilent, 6
bind = Alt_L, 7, movetoworkspacesilent, 7
bind = Alt_L, 8, movetoworkspacesilent, 8
bind = Alt_L, 9, movetoworkspacesilent, 9
bind = Alt_L, 0, movetoworkspacesilent, 10
bind = Alt_L, minus, movetoworkspacesilent, 11
bind = Alt_L, equal, movetoworkspacesilent, 12
# Scroll through workspaces
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1