From ef83d4e35088caae22dfd6c4a8758bc503eda18f Mon Sep 17 00:00:00 2001 From: Syndamia Date: Wed, 9 Jun 2021 16:15:22 +0300 Subject: Updated toggle desktop openbox shortcut and update lwarc to accomodate toggle desktop in bottom right corner --- .config/openbox/rc.xml | 2 +- .lwarc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index fba0005..948af20 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -280,7 +280,7 @@ 4 - + diff --git a/.lwarc b/.lwarc index 332c711..eae8f1a 100644 --- a/.lwarc +++ b/.lwarc @@ -1,3 +1,5 @@ bottom_left_command=gnome-system-monitor +bottom_right_command=if xprop -root _NET_SHOWING_DESKTOP|egrep '= 1' ; then wmctrl -k off; else wmctrl -k on ;fi hold_duration=0 update_interval=100 +disable_on_fullscreen=false -- cgit v1.2.3