use swww with kanshi
This commit is contained in:
parent
75e1466204
commit
93b2a0677d
2 changed files with 22 additions and 1 deletions
|
@ -7,7 +7,8 @@ exec-once = xprop -root -f _XWAYLAND_GLOBAL_OUTPUT_SCALE 32c -set _XWAYLAND_GLOB
|
||||||
|
|
||||||
exec = swayidle &
|
exec = swayidle &
|
||||||
exec = kanshi &
|
exec = kanshi &
|
||||||
exec = hyprpaper &
|
exec = swww init &
|
||||||
|
# exec = hyprpaper &
|
||||||
|
|
||||||
# TODO: make hyprman kill eww if necessary
|
# TODO: make hyprman kill eww if necessary
|
||||||
exec = pkill eww & hyprman monitors &
|
exec = pkill eww & hyprman monitors &
|
||||||
|
|
20
home/private_dot_config/kanshi/config
Normal file
20
home/private_dot_config/kanshi/config
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
profile default {
|
||||||
|
output eDP-1 mode 1920x1200 position 0,0
|
||||||
|
}
|
||||||
|
|
||||||
|
profile work {
|
||||||
|
output eDP-1 mode 1920x1200 position 1920,0
|
||||||
|
output DP-3 mode 1920x1080 position 0,0
|
||||||
|
exec swww img -o eDP-1 ~/.config/hypr/wallpapers/current/00005-4229950720.png & swww img -o DP-3 ~/.config/hypr/wallpapers/current/00007-2215131892.png
|
||||||
|
}
|
||||||
|
|
||||||
|
profile {
|
||||||
|
output eDP-1 mode 1920x1200 position 1920,0
|
||||||
|
output DP-5 mode 1920x1080 position 0,0
|
||||||
|
}
|
||||||
|
|
||||||
|
profile {
|
||||||
|
output eDP-1 mode 1920x1200 position 1920,0
|
||||||
|
output DP-6 mode 1920x1080 position 0,0
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue