Compare commits

...

2 commits

Author SHA1 Message Date
d375f66c40
fix 2025-01-14 16:34:05 +02:00
ae62a843eb
fix 2025-01-14 16:33:34 +02:00

View file

@ -8,9 +8,9 @@
exec-once = [ exec-once = [
"${pkgs.swww}/bin/swww-daemon --format xrgb" "${pkgs.swww}/bin/swww-daemon --format xrgb"
"${pkgs.floorp}/bin/floorp" "${pkgs.floorp}/bin/floorp"
"sleep 1; ${pkgs.vesktop}/bin/vesktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true" "sleep 1; ${pkgs.vesktop}/bin/vesktop --ozone-platform-hint=auto --enable-blink-features=MiddleClickAutoscroll --enable-wayland-ime=true"
"exec-once = wl-paste --type text --watch cliphist store" "wl-paste --type text --watch cliphist store"
"exec-once = wl-paste --type image --watch cliphist store" "wl-paste --type image --watch cliphist store"
"JKPS" "JKPS"
"ags" "ags"
]; ];