mirror of
https://github.com/zedsalim/debian-z.git
synced 2025-12-25 20:49:31 +00:00
Updates
This commit is contained in:
parent
7991149bd9
commit
8524f1496d
4 changed files with 25 additions and 8 deletions
|
|
@ -57,3 +57,13 @@ for_window [class="AlacrittyFloating"] floating enable, move position center
|
|||
|
||||
# Open sxiv in fullscreen mode
|
||||
for_window [class="Sxiv"] fullscreen
|
||||
|
||||
# Open specific applications in floating mode
|
||||
for_window [title="alsamixer"] floating enable border pixel 1
|
||||
for_window [class="gnome-disks"] floating enable border pixel 1
|
||||
for_window [class="Galculator"] floating enable border pixel 1
|
||||
for_window [class="GParted"] floating enable border normal
|
||||
for_window [class="Lxappearance"] floating enable sticky enable border normal
|
||||
for_window [class="Pavucontrol"] floating enable
|
||||
for_window [class="qt5ct"] floating enable sticky enable border normal
|
||||
for_window [class="Simple-scan"] floating enable border normal
|
||||
|
|
|
|||
|
|
@ -62,6 +62,10 @@ bindcode $mod+Shift+Mod2+80 move container to workspace 8
|
|||
bindcode $mod+Shift+Mod2+81 move container to workspace 9
|
||||
bindcode $mod+Shift+Mod2+90 move container to workspace 10
|
||||
|
||||
# workspace back and forth
|
||||
workspace_auto_back_and_forth yes
|
||||
bindsym $mod+b workspace back_and_forth
|
||||
|
||||
######################################
|
||||
# Assignments
|
||||
# bind program to workspace and focus to them on startup:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue