Add possibility, to add custom named (unlimited) workspaces
This commit is contained in:
parent
441ee7d850
commit
e61fb8b485
1 changed files with 5 additions and 1 deletions
|
@ -183,6 +183,10 @@ bindsym $mod+$alt_mod+Shift+8 move container to workspace $ws18; workspace $ws18
|
|||
bindsym $mod+$alt_mod+Shift+9 move container to workspace $ws19; workspace $ws19
|
||||
bindsym $mod+$alt_mod+Shift+0 move container to workspace $ws20; workspace $ws20
|
||||
|
||||
bindsym $mod+x exec --no-startup-id i3-input -F 'workspace %s' -P 'go to workspace: '
|
||||
bindsym $mod+Shift+x exec --no-startup-id "i3-input -F 'move container to workspace \\"%s\\"; workspace \\"%s\\"' -P 'move container and go to workspace: '"
|
||||
bindsym $mod+Ctrl+x exec --no-startup-id i3-input -F 'move container to workspace %s' -P 'move container to workspace: '
|
||||
|
||||
# Open specific applications in floating mode
|
||||
for_window [title="alsamixer"] floating enable border pixel 1
|
||||
for_window [class="Calamares"] floating enable border normal
|
||||
|
@ -269,7 +273,7 @@ mode "resize" {
|
|||
|
||||
# Autostart applications
|
||||
exec --no-startup-id nitrogen --restore; sleep 1;
|
||||
exec --no-startup-id picom -bCG --backend glx --vsync
|
||||
exec --no-startup-id picom -bCG --backend glx
|
||||
# exec --no-startup-id nm-applet
|
||||
# exec --no-startup-id xfce4-power-manager
|
||||
# exec --no-startup-id pamac-tray
|
||||
|
|
Loading…
Reference in a new issue