summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-06-09 16:15:22 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-06-09 16:15:22 +0300
commitef83d4e35088caae22dfd6c4a8758bc503eda18f (patch)
tree15e08a322b69599f29ada046c10b09e43ada57e4
parentc1091095870b40266ad38bc9bf86493c994201f3 (diff)
downloaddotfiles-ef83d4e35088caae22dfd6c4a8758bc503eda18f.tar
dotfiles-ef83d4e35088caae22dfd6c4a8758bc503eda18f.tar.gz
dotfiles-ef83d4e35088caae22dfd6c4a8758bc503eda18f.zip
Updated toggle desktop openbox shortcut and update lwarc to accomodate toggle desktop in bottom right corner
-rw-r--r--.config/openbox/rc.xml2
-rw-r--r--.lwarc2
2 files changed, 3 insertions, 1 deletions
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 @@
<to>4</to>
</action>
</keybind>
- <keybind key="W-d">
+ <keybind key="C-d">
<action name="ToggleShowDesktop"/>
</keybind>
<!-- Keybindings for windows -->
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