special window for obsidian vault - hard to exit
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#, # KEYBINDINGS ###
|
## KEYBINDINGS ###
|
||||||
###################
|
###################
|
||||||
|
|
||||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||||
@@ -94,8 +94,12 @@ bind = $mainMod SHIFT, B, movetoworkspace, special:book
|
|||||||
bind = $mainMod, D, togglespecialworkspace, discord
|
bind = $mainMod, D, togglespecialworkspace, discord
|
||||||
bind = $mainMod, E, exec, $email
|
bind = $mainMod, E, exec, $email
|
||||||
bind = $mainMod, E, togglespecialworkspace, email
|
bind = $mainMod, E, togglespecialworkspace, email
|
||||||
bind = $mainMod, G, exec, steam
|
bind = $mainMod, G, exec, steam -forcedesktopscaling 0.5
|
||||||
bind = $mainMod, G, togglespecialworkspace, gaming
|
bind = $mainMod, G, togglespecialworkspace, gaming
|
||||||
|
|
||||||
|
bind = $mainMod, D, togglespecialworkspace, obsidian
|
||||||
|
bind = $mainMod, N, exec, obsidian
|
||||||
|
|
||||||
# 7. Other Workspace tools
|
# 7. Other Workspace tools
|
||||||
# 8. Move/resize windows with mainMod + LMB/RMB and dragging
|
# 8. Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
@@ -120,7 +124,6 @@ bind = ALT, mouse:274, exec, playerctl play-pause
|
|||||||
# 10. Applications and shortcuts
|
# 10. Applications and shortcuts
|
||||||
# bindr = SUPER, SUPER_L, exec, $menu
|
# bindr = SUPER, SUPER_L, exec, $menu
|
||||||
bind = $mainMod, D, exec, vesktop
|
bind = $mainMod, D, exec, vesktop
|
||||||
bind = $mainMod, N, exec, protonvpn-app
|
|
||||||
bind = $mainMod, F, exec, firefox
|
bind = $mainMod, F, exec, firefox
|
||||||
bind = $mainMod SHIFT, F, exec, qutebrowser
|
bind = $mainMod SHIFT, F, exec, qutebrowser
|
||||||
bind = $mainMod SHIFT, Q, exec, qutebrowser
|
bind = $mainMod SHIFT, Q, exec, qutebrowser
|
||||||
@@ -252,6 +255,3 @@ submap = reset
|
|||||||
# 13. Misc tools.
|
# 13. Misc tools.
|
||||||
bind = ALT, SPACE, exec, $menu
|
bind = ALT, SPACE, exec, $menu
|
||||||
bind = $mainMod CTRL, L, exec, $ipc lockScreen lock
|
bind = $mainMod CTRL, L, exec, $ipc lockScreen lock
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -20,6 +20,11 @@ windowrule{
|
|||||||
workspace = special:discord
|
workspace = special:discord
|
||||||
}
|
}
|
||||||
|
|
||||||
|
windowrule{
|
||||||
|
name = obsidian
|
||||||
|
match:class = obsidian
|
||||||
|
workspace = special:obsidian
|
||||||
|
}
|
||||||
windowrule{
|
windowrule{
|
||||||
name = gaming
|
name = gaming
|
||||||
match:class = steam
|
match:class = steam
|
||||||
|
|||||||
Reference in New Issue
Block a user