diff options
author | Joe <rrbo@proton.me> | 2023-01-31 15:26:57 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-31 15:26:57 +0100 |
commit | 22ba7c46f959d7ceba975e002af71378227c8b9b (patch) | |
tree | ec2ca63e241419f7c196dcf8d88e2402be3b9b46 /.config/openbox/menu.xml | |
parent | up (diff) | |
download | dotfiles-bsd-22ba7c46f959d7ceba975e002af71378227c8b9b.tar.gz dotfiles-bsd-22ba7c46f959d7ceba975e002af71378227c8b9b.tar.bz2 dotfiles-bsd-22ba7c46f959d7ceba975e002af71378227c8b9b.tar.xz dotfiles-bsd-22ba7c46f959d7ceba975e002af71378227c8b9b.tar.zst dotfiles-bsd-22ba7c46f959d7ceba975e002af71378227c8b9b.zip |
up
Diffstat (limited to '.config/openbox/menu.xml')
-rwxr-xr-x | .config/openbox/menu.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 02e7c88..df12c5e 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -148,12 +148,12 @@ </item> <item label="Lock screen"> <action name="Execute"> - <command>xscreensaver-command -lock</command> + <command>~/.local/bin/powercmd lock</command> </action> </item> <item label="Sleep"> <action name="Execute"> - <command>sh -c "notify-send -u normal reboot \" G'night, partner!\"; sleep 2; acpiconf -s 3"</command> + <command>~/.local/bin/powercmd sleep</command> </action> </item> <item label="Log Out"> @@ -163,12 +163,12 @@ </item> <item label="Reboot"> <action name="Execute"> - <command>sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal reboot \" Rebootin' now!\"; sleep 2; systemctl reboot</command> + <command>~/.local/bin/powercmd reboot</command> </action> </item> <item label="Shutdown"> <action name="Execute"> - <command>sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; systemctl poweroff</command> + <command>~/.local/bin/powercmd poweroff</command> </action> </item> </menu> |