Skip to content

Commit

Permalink
restart-sxhkd: pass arguments after --
Browse files Browse the repository at this point in the history
  • Loading branch information
XPhyro committed Jan 8, 2024
1 parent 5d1c10a commit 46d9258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/el/hotkey/restart/restart-sxhkd
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cd ${HOME}
foreground { tglapp -T off -k sxhkd }
foreground { tglapp -c }
foreground { screen -wipe }
setsid -f -- tmux new -d -s sxhkd -- sh -c "unset TMUX TMUX_PANE; tglapp -avfc -T on -k sxhkd-auto -- sxhkd-auto" $@
setsid -f -- tmux new -d -s sxhkd -- sh -c "unset TMUX TMUX_PANE; tglapp -avfc -T on -k sxhkd-auto -- sxhkd-auto" -- $@

0 comments on commit 46d9258

Please sign in to comment.