From 8aa2ff1f9fd62514de8fad0ecd437bbea97a0f84 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 12 Jun 2021 21:29:51 +0300 Subject: Added a toggle desktop script for lwa-hot-corners and added an app memory statistic script --- .lwarc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.lwarc') diff --git a/.lwarc b/.lwarc index eae8f1a..38fadf5 100644 --- a/.lwarc +++ b/.lwarc @@ -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 +bottom_right_command=/home/kamen/toggle-desktop.sh $PPID hold_duration=0 update_interval=100 disable_on_fullscreen=false -- cgit v1.2.3