sway: name some workspaces

This commit is contained in:
Inhji 2022-12-20 07:27:00 +01:00
parent 6c340516ac
commit 018fe7811b
1 changed files with 11 additions and 5 deletions

View File

@ -134,6 +134,10 @@ hide_edge_borders both
#
# Workspaces:
#
set $ws8 "8:PWD"
set $ws9 "9:SND"
# Switch to workspace
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
@ -142,8 +146,8 @@ hide_edge_borders both
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
bindsym $mod+8 workspace $ws8
bindsym $mod+9 workspace $ws9
#bindsym $mod+0 workspace 10
# Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1
@ -153,9 +157,9 @@ hide_edge_borders both
bindsym $mod+Shift+5 move container to workspace 5
bindsym $mod+Shift+6 move container to workspace 6
bindsym $mod+Shift+7 move container to workspace 7
bindsym $mod+Shift+8 move container to workspace 8
bindsym $mod+Shift+9 move container to workspace 9
bindsym $mod+Shift+0 move container to workspace 10
bindsym $mod+Shift+8 move container to workspace $ws8
bindsym $mod+Shift+9 move container to workspace $ws9
#bindsym $mod+Shift+0 move container to workspace 10
# Note: workspaces can have any name you want, not just numbers.
# We just use 1-10 as the default.
#
@ -302,5 +306,7 @@ exec gsettings set org.gnome.desktop.interface font-name 'Inter 14'
exec gsettings set org.gnome.desktop.interface monospace-font-name 'Iosevka Term Light 14'
exec gsettings set org.gnome.desktop.interface gtk-theme 'Arc-Dark'
exec gsettings set org.gnome.gedit.preferences.editor scheme 'cobalt'
exec gsettings set org.gnome.desktop.interface icon-theme 'Papirus'
include config.d/*