mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
fix
This commit is contained in:
parent
7cd4e4080d
commit
ae62a843eb
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue