1
0

feat: added kanshi

feat: lock workspaces on desktop
This commit is contained in:
2024-12-07 16:37:10 +00:00
parent c7578377ac
commit 6338c69c0c
2 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
profile {
output DP-1 mode 2560x1440 position 0,0
output DP-3 mode 2560x1440 position 2560,0
}

View File

@@ -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/*