From 6338c69c0ca9106463be7bf24b98bdd727478dc7 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 7 Dec 2024 16:37:10 +0000 Subject: [PATCH] feat: added kanshi feat: lock workspaces on desktop --- kanshi/.config/kanshi/config | 4 ++++ sway/.config/sway/config | 14 +++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 kanshi/.config/kanshi/config diff --git a/kanshi/.config/kanshi/config b/kanshi/.config/kanshi/config new file mode 100644 index 0000000..ca79216 --- /dev/null +++ b/kanshi/.config/kanshi/config @@ -0,0 +1,4 @@ +profile { + output DP-1 mode 2560x1440 position 0,0 + output DP-3 mode 2560x1440 position 2560,0 +} diff --git a/sway/.config/sway/config b/sway/.config/sway/config index ccd6c42..fdb7802 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -28,7 +28,7 @@ set $menu rofi -show drun ### Output configuration # # 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 # # Example configuration: @@ -140,6 +140,16 @@ output * bg $background fill 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. + 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: # @@ -212,4 +222,6 @@ bar { } focus_follows_mouse no +exec kanshi + include /etc/sway/config.d/*