1 parent bcc914d commit c225365Copy full SHA for c225365
1 file changed
runes/hypr/start-swhkd.sh
@@ -5,4 +5,6 @@ mkdir -p "$(dirname "$log")"
5
exec &>"$log"
6
7
swhks &
8
-swhkd --cooldown 400 --log ${XDG_RUNTIME_DIR:-$HOME/.local/share}/swhks-current_unix_time.log
+swhkd \
9
+ --cooldown 400 \
10
+ --log "${XDG_RUNTIME_DIR:-$HOME/.local/share}/swhks-current_unix_time.log"
0 commit comments