update for monitors
This commit is contained in:
parent
c24c7936f7
commit
a4001f9e8c
2 changed files with 7 additions and 9 deletions
|
|
@ -8,3 +8,5 @@ profile {
|
|||
output DP-7 mode 3440x1440 scale 1 position 0,1440
|
||||
output DP-5 mode 3440x1440 scale 1 position 0,0
|
||||
}
|
||||
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
|
|
|
|||
|
|
@ -20,15 +20,6 @@ include /etc/sway/config-vars.d/*
|
|||
output * bg ~/.config/configfiles/wallpaper.png fill
|
||||
#
|
||||
exec_always "pkill kanshi; kanshi"
|
||||
#output eDP-1 disable
|
||||
#output DP-6 resolution 2560x1440 position 9440,1440
|
||||
#output DP-7 resolution 3440x1440 position 6000,1440
|
||||
#output DP-5 resolution 3440x1440 position 6000,0
|
||||
##
|
||||
#workspace 1 output DP-7
|
||||
#workspace 3 output DP-6
|
||||
#workspace 2 output DP-5
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
|
||||
### Idle configuration
|
||||
#
|
||||
|
|
@ -130,6 +121,11 @@ exec_always "pkill kanshi; kanshi"
|
|||
bindsym $mod+Shift+0 move container to workspace number 10
|
||||
# Note: workspaces can have any name you want, not just numbers.
|
||||
# We just use 1-10 as the default.
|
||||
|
||||
bindsym $mod+control+$left move workspace to output left
|
||||
bindsym $mod+control+$down move workspace to output down
|
||||
bindsym $mod+control+$up move workspace to output up
|
||||
bindsym $mod+control+$right move workspace to output right
|
||||
#
|
||||
# Layout stuff:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue