This commit is contained in:
2024-06-03 20:35:08 -05:00
parent 7eeb15bc4d
commit c24c7936f7
3 changed files with 19 additions and 7 deletions

10
.config/kanshi/config Normal file
View File

@@ -0,0 +1,10 @@
profile {
output eDP-1 mode 1920x1080 scale 1 position 0,0
}
profile {
output eDP-1 disable
output DP-6 mode 2560x1440 scale 1 position 3440,1440
output DP-7 mode 3440x1440 scale 1 position 0,1440
output DP-5 mode 3440x1440 scale 1 position 0,0
}

View File

@@ -19,14 +19,15 @@ include /etc/sway/config-vars.d/*
# Default wallpaper
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
#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

View File

@@ -26,6 +26,7 @@ required_packages_pacman:
- openssh
- xorg-xwayland
- wayland
- kanshi
flatpak_remote:
- {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}