Don't fix emacs to workspace 2
Keep handing bind to open there, but allow opening on any workspace Add some more binds so I have one per workspace for most common program to use there
This commit is contained in:
parent
bcfa66e3e2
commit
8fff8b1f84
|
@ -105,10 +105,13 @@ in ''
|
|||
bind = SUPER, Return, exec, alacritty
|
||||
bind = SUPER SHIFT, Return, exec, rofi -replace -show ssh
|
||||
|
||||
bind = SUPER ALT, D, exec, [workspace 1] alacritty
|
||||
bind = SUPER ALT, E, exec, [workspace 2] emacs
|
||||
bind = SUPER ALT, W, exec, [workspace 3] nyxt
|
||||
bind = SUPER ALT, F, exec, [workspace 4] thunar
|
||||
bind = SUPER ALT, C, exec, [workspace 5] fractal
|
||||
bind = SUPER ALT, G, exec, [workspace 6] steam
|
||||
bind = SUPER ALT, R, exec, [workspace 7] nxplayer
|
||||
|
||||
# Misc useful binds
|
||||
bind=,XF86Calculator,exec,rofi -replace -show calc
|
||||
|
@ -186,14 +189,12 @@ in ''
|
|||
bind = SUPER, E, moveworkspacetomonitor, 2 current
|
||||
bind = SUPER, E, workspace, 2
|
||||
bind = SUPER SHIFT, E, movetoworkspace, 2
|
||||
windowrule = workspace 2, (emacs)
|
||||
|
||||
# 3: [w]eb browser
|
||||
bind = SUPER, W, moveworkspacetomonitor, 3 current
|
||||
bind = SUPER, W, workspace, 3
|
||||
bind = SUPER SHIFT, W, movetoworkspace, 3
|
||||
windowrule = workspace 3, (nyxt)
|
||||
windowrule = workspace 3, (chromium-browser)
|
||||
|
||||
# 4: [f]iles
|
||||
bind = SUPER, F, moveworkspacetomonitor, 4 current
|
||||
|
|
Loading…
Reference in a new issue