diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/lead/lead.conf | 24 | ||||
| -rw-r--r-- | .config/openbox/autostart | 2 |
2 files changed, 25 insertions, 1 deletions
diff --git a/.config/lead/lead.conf b/.config/lead/lead.conf new file mode 100644 index 0000000..ef715e4 --- /dev/null +++ b/.config/lead/lead.conf @@ -0,0 +1,24 @@ +[HDMI-0] +bottom= +bottomLeft=SystemMonitor +bottomRight=ToggleDesktop +left= +right= +top= +topLeft= +topRight= + +[SystemMonitor] +enterAction=gnome-system-monitor +exitAction= +enterDelay=100 +exitDelay=0 + +[ToggleDesktop] +enterAction=/home/kamen/toggle-desktop.sh +exitAction= +enterDelay=100 +exitDelay=0 + +[systemsettings] +/* debug=1 */ diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 5636217..9d93907 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -6,7 +6,7 @@ xhost +si:localuser:root # fixes unable to open display errors: https://askubunt tail -n 1 -f /var/log/Xorg.0.log | while read # execute stuff when resolution (mostly) changes do ~/.fehbg & # wallpaper - lwa-hot-corners ~/.lwarc & # hot corners + lead & # hot corners, this is MageJohn's fork: https://github.com/MageJohn/lead done & xcape -e 'Super_L=Super_L|P' & # used for the "windows" menu |
