add third monitor and remove deprecated crates code extension
This commit is contained in:
parent
af15e05858
commit
3e46677b54
5 changed files with 86 additions and 20 deletions
10
sway/config
10
sway/config
|
@ -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:
|
||||
#
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
output "Acer Technologies EK271U E 14160766B3W01" mode 2560x1440@100hz adaptive_sync on position 0,480
|
||||
output "Hewlett Packard HP ZR22w CN41250H24" transform 270
|
||||
output "Hewlett Packard HP ZR22w CN41250FHX" transform 270 position 2560,0
|
||||
workspace side output "Hewlett Packard HP ZR22w CN41250FHX"
|
||||
|
||||
output "Hewlett Packard HP ZR22w CN41250H24" transform 270 position 2560,0
|
||||
workspace right output "Hewlett Packard HP ZR22w CN41250H24"
|
||||
|
||||
output "Hewlett Packard HP ZR22w CN41250FHX" transform 270 position -1080,-40
|
||||
workspace left output "Hewlett Packard HP ZR22w CN41250FHX"
|
||||
|
||||
output * bg ~/.config/sway/backgrounds/logo.png center #1E1E2E
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue