diff options
| Commit | ef83d4e35088caae22dfd6c4a8758bc503eda18f (patch ) | |
|---|---|---|
| Author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-06-09 16:15:22 +0300 |
| Committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-06-09 16:15:22 +0300 |
| Files | 15e08a322b69599f29ada046c10b09e43ada57e4 /.lwarc | |
| dotfiles-ef83d4e35088caae22dfd6c4a8758bc503eda18f.tar dotfiles-ef83d4e35088caae22dfd6c4a8758bc503eda18f.tar.gz dotfiles-ef83d4e35088caae22dfd6c4a8758bc503eda18f.zip | ||
| Parent | c1091095870b40266ad38bc9bf86493c994201f3 (diff) | |
Updated toggle desktop openbox shortcut and update lwarc to accomodate toggle desktop in bottom right corner
1 files changed, 2 insertions, 0 deletions
| -rw-r--r-- | .lwarc | 2 |
@@ -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 |
