sway: Usar solo 3 espacios
This commit is contained in:
parent
babbb8646f
commit
ca0f446e02
1 changed files with 25 additions and 25 deletions
|
@ -106,27 +106,27 @@ input * {
|
|||
# Workspaces:
|
||||
#
|
||||
# Switch to workspace
|
||||
bindsym $mod+1 workspace number 1
|
||||
bindsym $mod+2 workspace number 2
|
||||
bindsym $mod+3 workspace number 3
|
||||
bindsym $mod+4 workspace number 4
|
||||
bindsym $mod+5 workspace number 5
|
||||
bindsym $mod+6 workspace number 6
|
||||
bindsym $mod+7 workspace number 7
|
||||
bindsym $mod+8 workspace "8: comms"
|
||||
bindsym $mod+9 workspace "9: media"
|
||||
bindsym $mod+0 workspace number 10
|
||||
bindsym $mod+m workspace number 1
|
||||
bindsym $mod+comma workspace number 2
|
||||
bindsym $mod+period workspace number 3
|
||||
# bindsym $mod+4 workspace number 4
|
||||
# bindsym $mod+5 workspace number 5
|
||||
# bindsym $mod+6 workspace number 6
|
||||
# bindsym $mod+7 workspace number 7
|
||||
# bindsym $mod+8 workspace "8: comms"
|
||||
# bindsym $mod+9 workspace "9: media"
|
||||
# bindsym $mod+0 workspace number 10
|
||||
# Move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace number 1
|
||||
bindsym $mod+Shift+2 move container to workspace number 2
|
||||
bindsym $mod+Shift+3 move container to workspace number 3
|
||||
bindsym $mod+Shift+4 move container to workspace number 4
|
||||
bindsym $mod+Shift+5 move container to workspace number 5
|
||||
bindsym $mod+Shift+6 move container to workspace number 6
|
||||
bindsym $mod+Shift+7 move container to workspace number 7
|
||||
bindsym $mod+Shift+8 move container to workspace "8: comms"
|
||||
bindsym $mod+Shift+9 move container to workspace "9: media"
|
||||
bindsym $mod+Shift+0 move container to workspace number 10
|
||||
bindsym $mod+Shift+m move container to workspace number 1
|
||||
bindsym $mod+Shift+comma move container to workspace number 2
|
||||
bindsym $mod+Shift+period move container to workspace number 3
|
||||
# bindsym $mod+Shift+4 move container to workspace number 4
|
||||
# bindsym $mod+Shift+5 move container to workspace number 5
|
||||
# bindsym $mod+Shift+6 move container to workspace number 6
|
||||
# bindsym $mod+Shift+7 move container to workspace number 7
|
||||
# bindsym $mod+Shift+8 move container to workspace "8: comms"
|
||||
# bindsym $mod+Shift+9 move container to workspace "9: media"
|
||||
# bindsym $mod+Shift+0 move container to workspace number 10
|
||||
#
|
||||
# Layout stuff:
|
||||
#
|
||||
|
@ -242,11 +242,11 @@ for_window [title="."] inhibit_idle fullscreen
|
|||
for_window [title="Firefox — Sharing Indicator"] floating enable
|
||||
for_window [app_id="fzf"] floating enable
|
||||
|
||||
assign [title="https:\/\/discord.com - "] "8: comms"
|
||||
assign [title="https:\/\/web.whatsapp.com - "] "8: comms"
|
||||
assign [title="https:\/\/[a-z]+.zulipchat.com - "] "8: comms"
|
||||
assign [app_id="neomutt"] "8: comms"
|
||||
assign [app_id="telegram-desktop"] "8: comms"
|
||||
assign [title="https:\/\/discord.com - "] "3"
|
||||
assign [title="https:\/\/web.whatsapp.com - "] "3"
|
||||
assign [title="https:\/\/[a-z]+.zulipchat.com - "] "3"
|
||||
assign [app_id="neomutt"] "3"
|
||||
assign [app_id="telegram-desktop"] "3"
|
||||
|
||||
for_window [title="https:\/\/discord.com - "] layout tabbed
|
||||
for_window [title="https:\/\/web.whatsapp.com - "] layout tabbed
|
||||
|
|
Loading…
Reference in a new issue