1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

remove waybar delay

This commit is contained in:
andrey_varnavskiy
2024-12-10 05:07:57 +05:00
parent 2efbd0b82a
commit 66eaf0fe36

View File

@@ -20,7 +20,7 @@
"$menu" = "fuzzel";
exec-once = [
"sleep 5 && waybar"
"waybar"
"wl-paste --type text --watch cliphist store"
"wl-paste --type image --watch cliphist store"
];