From c506bd42ffc83a309535509f5692afac92083a67 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 9 Jan 2023 15:55:03 +0100 Subject: openbox --- .config/openbox/menu.xml | 185 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100755 .config/openbox/menu.xml (limited to '.config/openbox/menu.xml') diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml new file mode 100755 index 0000000..a9d3269 --- /dev/null +++ b/.config/openbox/menu.xml @@ -0,0 +1,185 @@ + + + + + + + + pcmanfm + + yes + + + + + + + + + alacritty -e nvim + + yes + NeoVim + + + + + + emacs + + yes + Emacs + + + + + + alacritty -e emacs-nw + + yes + Emacs + + + + + + + + + alacritty + + yes + + + + + st + + + + + + steam + + + lutris + + + + + + + iridium --force-dark-mode + + yes + iridium + + + + + + firefox + + yes + Firefox + + + + + + discord + + yes + + + + + + + + + + + + gimp + + yes + + + + + + + + + obconf-qt + yes + + + + + tint2conf + yes + + + + + lxappearance + yes + + + + + + + + + + + + + alacritty + + yes + + + + + + pcmanfm + + yes + + + + + + iridium-browser --force-dark-mode + + yes + iridium + + + + + + + + + + + + + + + + + + + + yes + + + + + -- cgit v1.2.3 From c561711789e82ac6b7543bf19d7e762885aa9323 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 9 Jan 2023 16:34:30 +0100 Subject: update --- .config/openbox/menu.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/openbox/menu.xml') diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index a9d3269..595a4a6 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -112,7 +112,7 @@ - obconf-qt + obconf yes -- cgit v1.2.3 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 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to '.config/openbox/menu.xml') 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 + + -- cgit v1.2.3 From 029448197669f91b21c15d6d79e8acc88311e19d Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 11 Jan 2023 15:18:24 +0100 Subject: update --- .config/openbox/menu.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.config/openbox/menu.xml') diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index aa4d1bd..7feb649 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -96,6 +96,11 @@ + + + ario + + -- cgit v1.2.3 From 05fddf169347ec3fa42e8798c89d644e832dc6c4 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 11 Jan 2023 17:47:44 +0100 Subject: up --- .config/openbox/menu.xml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to '.config/openbox/menu.xml') diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 7feb649..36f810f 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -187,9 +187,7 @@ - notify-send -u normal reboot " G'night, partner!" - sleep 2 - acpiconf -s 3 + notify-send -u normal reboot " G'night, partner!"; sleep 2; acpiconf -s 3 @@ -199,18 +197,12 @@ - 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 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 + emacsclient -e '"(save-buffers-kill-emacs)"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; shutdown -p now -- cgit v1.2.3 From d7bb02828482c0760444d8e24f49a7547df637d0 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 11 Jan 2023 17:53:30 +0100 Subject: up --- .config/openbox/menu.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/openbox/menu.xml') 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 @@ - notify-send -u normal reboot " G'night, partner!"; sleep 2; acpiconf -s 3 + sh -c "notify-send -u normal reboot \" G'night, partner!\"; sleep 2; acpiconf -s 3" @@ -197,12 +197,12 @@ - emacsclient -e '"(save-buffers-kill-emacs)"'; notify-send -u normal reboot " Rebootin' now!"; sleep 2; shutdown -r now + sh -c "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 + sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; shutdown -p now" -- cgit v1.2.3 From 2ae142bdb0d9482d7fde96a89923217f9def5caf Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 12 Jan 2023 18:58:05 +0100 Subject: up --- .config/openbox/menu.xml | 65 ++++++------------------------------------------ 1 file changed, 8 insertions(+), 57 deletions(-) (limited to '.config/openbox/menu.xml') diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index 610917f..b92c1c0 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -3,12 +3,17 @@ + + + alacritty + + + + st + pcmanfm - - yes - @@ -17,44 +22,18 @@ alacritty -e nvim - - yes - NeoVim - emacs - - yes - Emacs - alacritty -e emacs-nw - - yes - Emacs - - - - - - - - - alacritty - - yes - - - st - @@ -70,27 +49,16 @@ iridium --force-dark-mode - - yes - iridium - firefox - - yes - Firefox - discord - - yes - @@ -107,9 +75,6 @@ gimp - - yes - @@ -118,19 +83,16 @@ obconf - yes tint2conf - yes lxappearance - yes @@ -144,26 +106,16 @@ alacritty - - yes - pcmanfm - - yes - iridium-browser --force-dark-mode - - yes - iridium - @@ -173,7 +125,6 @@ - -- cgit v1.2.3 From 7eabc900314cd93042f78123fe12ad2771050333 Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 31 Jan 2023 11:46:19 +0100 Subject: Pop update --- .config/openbox/menu.xml | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) (limited to '.config/openbox/menu.xml') diff --git a/.config/openbox/menu.xml b/.config/openbox/menu.xml index b92c1c0..02e7c88 100755 --- a/.config/openbox/menu.xml +++ b/.config/openbox/menu.xml @@ -16,6 +16,11 @@ pcmanfm + + + qalculate-gtk + + @@ -80,21 +85,31 @@ - + obconf - + tint2conf - + lxappearance + + + xscreensaver-settings + + + + + arandr + + @@ -113,9 +128,9 @@ pcmanfm - + - iridium-browser --force-dark-mode + firefox @@ -128,7 +143,7 @@ - + @@ -138,7 +153,7 @@ - sh -c "notify-send -u normal reboot \" G'night, partner!\"; sleep 2; acpiconf -s 3" + sh -c "notify-send -u normal reboot \" G'night, partner!\"; sleep 2; acpiconf -s 3" @@ -148,12 +163,12 @@ - sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal reboot \" Rebootin' now!\"; sleep 2; shutdown -r now" + sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal reboot \" Rebootin' now!\"; sleep 2; systemctl reboot - sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; shutdown -p now" + sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; systemctl poweroff -- cgit v1.2.3 From 22ba7c46f959d7ceba975e002af71378227c8b9b Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 31 Jan 2023 15:26:57 +0100 Subject: up --- .config/openbox/menu.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/openbox/menu.xml') 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 @@ - xscreensaver-command -lock + ~/.local/bin/powercmd lock - sh -c "notify-send -u normal reboot \" G'night, partner!\"; sleep 2; acpiconf -s 3" + ~/.local/bin/powercmd sleep @@ -163,12 +163,12 @@ - sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal reboot \" Rebootin' now!\"; sleep 2; systemctl reboot + ~/.local/bin/powercmd reboot - sh -c "emacsclient -e '\"(save-buffers-kill-emacs)\"'; notify-send -u normal shutdown ' Farewell, partner!'; sleep 2; systemctl poweroff + ~/.local/bin/powercmd poweroff -- cgit v1.2.3