diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-06-11 08:24:20 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-06-11 08:24:20 +0300 |
| commit | 48fe9977f8193e6323f6fafca26fab029816be97 (patch) | |
| tree | 4bb83fa1edcdc3a0c47efd256422fac269c245c1 /.lwarc | |
| parent | 3622addb4aa4c5ffe4eb4385862a747f7debf354 (diff) | |
| download | dotfiles-48fe9977f8193e6323f6fafca26fab029816be97.tar dotfiles-48fe9977f8193e6323f6fafca26fab029816be97.tar.gz dotfiles-48fe9977f8193e6323f6fafca26fab029816be97.zip | |
Improved jgmenu commands for logout and lock now, updated lock script with more information and better sleeping, fixed some configs
Diffstat (limited to '.lwarc')
| -rw-r--r-- | .lwarc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +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; sleep 0.2 +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 |
