From 80b4c81b618d4e75b301ac1dd5adfb47f91deca7 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 4 Aug 2022 17:41:27 +0300 Subject: Moved a lot of stuff to a new folder called .a --- .config/jgmenu/append.csv | 6 +++--- .config/openbox/autostart | 2 +- .config/openbox/rc.xml | 4 ++-- .config/tint2/tint2rc | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to '.config') diff --git a/.config/jgmenu/append.csv b/.config/jgmenu/append.csv index 3fa7906..5205ea4 100644 --- a/.config/jgmenu/append.csv +++ b/.config/jgmenu/append.csv @@ -1,7 +1,7 @@ ^sep() -Log Out,~/scripts/system/on-wm-logout.sh && pkill -KILL -u $USER,system-log-out +Log Out,~/.a/sys/on-wm-logout.sh && pkill -KILL -u $USER,system-log-out Lock Now,~/.i3lock/lock.sh now,system-lock-screen ^sep() Suspend,~/.i3lock/lock.sh suspend,system-suspend -Reboot,~/scripts/system/on-wm-logout.sh && loginctl reboot,system-reboot -Shutdown,~/scripts/system/on-wm-logout.sh && loginctl poweroff,system-shutdown +Reboot,~/.a/sys/on-wm-logout.sh && loginctl reboot,system-reboot +Shutdown,~/.a/sys/on-wm-logout.sh && loginctl poweroff,system-shutdown diff --git a/.config/openbox/autostart b/.config/openbox/autostart index aa90170..14ec8dc 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -2,4 +2,4 @@ # These commands are ran when an Openbox X Session is started. # -~/scripts/system/on-wm-session.sh +~/.a/sys/on-wm-session.sh diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index fa6f897..b7684df 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -200,7 +200,7 @@ false Toggle desktop - ~/toggle-desktop.sh + ~/.a/toggle-desktop.sh @@ -209,7 +209,7 @@ false Lock screen - ~/.i3lock/lock.sh now + ~/.a/sys/lock.sh now diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index d6d064a..43f8c09 100644 --- a/.config/tint2/tint2rc +++ b/.config/tint2/tint2rc @@ -254,7 +254,7 @@ execp_icon_h = 0 #------------------------------------- # Executor 2 execp = new -execp_command = /home/kamen/scripts/battery-status.sh +execp_command = /home/kamen/.a/battery-status.sh execp_interval = 10 execp_has_icon = 0 execp_cache_icon = 1 -- cgit v1.2.3