wayland: Set up basic multi-display support

Added continuous wallpaper setting and different settings for laptop use
(only one screen enabled) and docked use (two screens enabled and laptop
screen disabled) using the wonderful `kanshi` program.
This commit is contained in:
Marty Oehme 2022-12-08 13:38:16 +01:00
parent f325456e60
commit 83f40d6f85
Signed by: Marty
GPG Key ID: 73BA40D5AFAF49C9
2 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,9 @@
profile docked {
output eDP-1 disable
output "Goldstar Company Ltd W2442 0x000075FD" position 1920,0
output "Goldstar Company Ltd W2442 0x000075E1" position 0,0
}
profile single {
output eDP-1 enable position 0,0
}

View File

@ -224,12 +224,25 @@ for pad in $(riverctl list-inputs | grep -i touchscreen); do
done
setxkbmap -option "compose:menu"
exec swaybg -i ~/pictures/wall.jpg -o '*' -m fill &
# set a nice wallpaper
exec swww init &
if [ -e "$HOME/pictures/wall_l.jpg" ] && [ -e "$HOME/pictures/wall_r.jpg" ]; then
swww img -o DP-5 "$HOME/pictures/wall_l.jpg" &
swww img -o DP-3 "$HOME/pictures/wall_r.jpg" &
elif [ -e "$HOME/pictures/wall.jpg" ]; then
swww img "$HOME/pictures/wall.jpg" &
fi
# killall mako
# mako &
# start status bar
killall waybar
exec waybar &
# start dynamic display configuration
exec kanshi &
killall clipman
exec wl-paste -t text --watch clipman store &
# bash ~/.config/bin/gtktheme # setting our gtk variables