add third monitor and remove deprecated crates code extension

This commit is contained in:
askiiart 2024-11-04 18:23:17 -06:00
parent af15e05858
commit 3e46677b54
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
5 changed files with 86 additions and 20 deletions

View file

@ -147,7 +147,8 @@ exec waybar
bindsym $mod+8 exec "~/.config/sway/switch-workspace.sh 8"
bindsym $mod+9 exec "~/.config/sway/switch-workspace.sh 9"
bindsym $mod+0 exec "~/.config/sway/switch-workspace.sh 10"
bindsym $mod+equal workspace side
bindsym $mod+equal workspace right
bindsym $mod+minus workspace left
# 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
@ -159,7 +160,8 @@ exec waybar
bindsym $mod+Shift+8 move container to workspace number 8
bindsym $mod+Shift+9 move container to workspace number 9
bindsym $mod+Shift+0 move container to workspace number 10
bindsym $mod+Shift+equal move container to workspace side
bindsym $mod+Shift+equal move container to workspace right
bindsym $mod+Shift+minus move container to workspace left
# Note: workspaces can have any name you want, not just numbers.
# We just use 1-10 as the default.
#
@ -194,11 +196,11 @@ exec waybar
# You can send windows there and get them back later.
# Move the currently focused window to the scratchpad
bindsym $mod+Shift+minus move scratchpad
bindsym $mod+Shift+backslash move scratchpad
# Show the next scratchpad window or hide the focused scratchpad window.
# If there are multiple scratchpad windows, this command cycles through them.
bindsym $mod+minus scratchpad show
bindsym $mod+backslash scratchpad show
#
# Resizing containers:
#