feat: added kanshi
feat: lock workspaces on desktop
This commit is contained in:
4
kanshi/.config/kanshi/config
Normal file
4
kanshi/.config/kanshi/config
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
profile {
|
||||||
|
output DP-1 mode 2560x1440 position 0,0
|
||||||
|
output DP-3 mode 2560x1440 position 2560,0
|
||||||
|
}
|
@@ -28,7 +28,7 @@ set $menu rofi -show drun
|
|||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
set $background /home/matt/Photos/Wallpapers/louiezong-city.png
|
set $background /home/matt/Photos/wallpaper.png
|
||||||
output * bg $background fill
|
output * bg $background fill
|
||||||
#
|
#
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
@@ -140,6 +140,16 @@ output * bg $background fill
|
|||||||
bindsym $mod+Shift+0 move container to workspace number 10
|
bindsym $mod+Shift+0 move container to workspace number 10
|
||||||
# Note: workspaces can have any name you want, not just numbers.
|
# Note: workspaces can have any name you want, not just numbers.
|
||||||
# We just use 1-10 as the default.
|
# We just use 1-10 as the default.
|
||||||
|
workspace 1 output DP-1
|
||||||
|
workspace 2 output DP-1
|
||||||
|
workspace 3 output DP-1
|
||||||
|
workspace 4 output DP-1
|
||||||
|
workspace 5 output DP-1
|
||||||
|
workspace 6 output DP-3
|
||||||
|
workspace 7 output DP-3
|
||||||
|
workspace 8 output DP-3
|
||||||
|
workspace 9 output DP-3
|
||||||
|
workspace 10 output DP-3
|
||||||
#
|
#
|
||||||
# Layout stuff:
|
# Layout stuff:
|
||||||
#
|
#
|
||||||
@@ -212,4 +222,6 @@ bar {
|
|||||||
}
|
}
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
|
|
||||||
|
exec kanshi
|
||||||
|
|
||||||
include /etc/sway/config.d/*
|
include /etc/sway/config.d/*
|
||||||
|
Reference in New Issue
Block a user