bslxkos02: add config, some tweaks

This commit is contained in:
Konstantin Koslowski 2022-08-24 22:39:56 +02:00
parent 4208175788
commit c30ef96b27
4 changed files with 21 additions and 55 deletions

2
config
View file

@ -217,7 +217,9 @@ gaps right 0
#
# Move the currently focused window to the scratchpad
bindsym $mod+Shift+s move scratchpad
# Show all scratchpads
bindsym $mod+Ctrl+s scratchpad show
# Show specific scratchpads
bindsym $mod+a [con_mark="a" tiling=True] focus; [con_mark="a" floating=True] focus output $$main; \
[con_mark="a" floating=True] scratchpad show;
bindsym $mod+s [con_mark="s" tiling=True] focus; [con_mark="s" floating=True] focus output $$main; \