diff options
author | Joe <rrbo@proton.me> | 2023-01-11 17:53:30 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-11 17:53:30 +0100 |
commit | d7bb02828482c0760444d8e24f49a7547df637d0 (patch) | |
tree | 20a0afb15843b32b0c18b1fcea6e31ef8fdebcec /.config/openbox | |
parent | up (diff) | |
download | dotfiles-bsd-d7bb02828482c0760444d8e24f49a7547df637d0.tar.gz dotfiles-bsd-d7bb02828482c0760444d8e24f49a7547df637d0.tar.bz2 dotfiles-bsd-d7bb02828482c0760444d8e24f49a7547df637d0.tar.xz dotfiles-bsd-d7bb02828482c0760444d8e24f49a7547df637d0.tar.zst dotfiles-bsd-d7bb02828482c0760444d8e24f49a7547df637d0.zip |
up
Diffstat (limited to '.config/openbox')
-rwxr-xr-x | .config/openbox/menu.xml | 6 | ||||
-rwxr-xr-x | .config/openbox/rc.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 36f810f..610917f 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -187,7 +187,7 @@ </item> <item label="Sleep"> <action name="Execute"> - <command>notify-send -u normal reboot " G'night, partner!"; sleep 2; acpiconf -s 3</command> + <command>sh -c "notify-send -u normal reboot \" G'night, partner!\"; sleep 2; acpiconf -s 3"</command> </action> </item> <item label="Log Out"> @@ -197,12 +197,12 @@ </item> <item label="Reboot"> <action name="Execute"> - <command>emacsclient -e '"(save-buffers-kill-emacs)"'; notify-send -u normal reboot " Rebootin' now!"; sleep 2; shutdown -r now</command> + <command>sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal reboot \" Rebootin' now!\"; sleep 2; shutdown -r now"</command> </action> </item> <item label="Shutdown"> <action name="Execute"> - <command>emacsclient -e '"(save-buffers-kill-emacs)"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; shutdown -p now</command> + <command>sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; shutdown -p now"</command> </action> </item> </menu> diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 0d1c8e6..9533f12 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -542,7 +542,7 @@ </keybind> <keybind key="W-Delete"> <action name="Execute"> - <command>/home/jozan/.local/bin/killespeak</command> + <command>/home/jozan/.local/bin/shutup</command> </action> </keybind> <keybind key="W-S-e"> |