From 4d549e39e9dd65b74c1b9f60a34b8ea691032144 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 9 Jan 2023 19:21:46 +0100 Subject: wip --- .config/openbox/menu.xml | 28 ++++++++++++++++++++ .config/openbox/rc.xml | 67 ++++++++++++++++++++++++++++++------------------ 2 files changed, 70 insertions(+), 25 deletions(-) diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 595a4a6..aa4d1bd 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -175,11 +175,39 @@ + + + xscreensaver-command -lock + + + + + notify-send -u normal reboot " G'night, partner!" + sleep 2 + acpiconf -s 3 + + yes + + + emacsclient -e '"(save-buffers-kill-emacs)"' + notify-send -u normal reboot " Rebootin' now!" + sleep 2 + shutdown -r now + + + + + emacsclient -e '"(save-buffers-kill-emacs)"' + notify-send -u normal shutdown ' Farewell, partner!' + sleep 2 + shutdown -p now + + diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 205ee5c..82a024d 100755 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -369,37 +369,19 @@ - - - /home/jozan/.local/bin/dmpass --full - - - - - /home/jozan/.local/bin/dmpass - - - - true - dmenu - dmenu_run - - true - alacritty - alacritty - + - /home/jozan/.local/bin/dmpc + cool-retro-term @@ -410,21 +392,56 @@ + + + emacsclient -c + + - - true - iridium - iridium-browser --force-dark-mode - + + + torify iridium-browser --force-dark-mode + + + + + alacritty -e w3m https://start.duckduckgo.com/ + + + + + alacritty -e ncmpc + + + + + alacritty -e newsboat + + /home/jozan/.local/bin/dmlog + + + /home/jozan/.local/bin/dmpass --full + + + + + /home/jozan/.local/bin/dmpass + + + + + /home/jozan/.local/bin/dmpc + + /home/jozan/.local/bin/dmlog -- cgit v1.2.3