diff options
| author | Syndamia <kamen@syndamia.com> | 2022-07-19 11:33:00 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-07-19 11:33:00 +0300 |
| commit | fdcd93a83cc66b2b475b76beb5f87e50e0483e9f (patch) | |
| tree | 7af56bc5ca1006b32802e7ca8d15b28ca74cc347 /.config | |
| parent | b526d5c377ffe3ee38949ee6728377981578d190 (diff) | |
| download | dotfiles-fdcd93a83cc66b2b475b76beb5f87e50e0483e9f.tar dotfiles-fdcd93a83cc66b2b475b76beb5f87e50e0483e9f.tar.gz dotfiles-fdcd93a83cc66b2b475b76beb5f87e50e0483e9f.zip | |
Moved scripts to their own folder and renamed .cfgs folder to .confs
Diffstat (limited to '.config')
| -rw-r--r-- | .config/openbox/autostart | 2 | ||||
| -rw-r--r-- | .config/tint2/tint2rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 441b7f5..bd74ffd 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -29,7 +29,7 @@ fi pnmixer & # volume applet nm-applet & # network applet -~/dunst-toggler-applet.sh & # notification toggler +~/scripts/dunst-toggler-applet.sh & # notification toggler devilspie2 & # updates windows icons to the ones form the current theme flameshot & # screenshot utility diff --git a/.config/tint2/tint2rc b/.config/tint2/tint2rc index dc9e3a9..d6d064a 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/battery-status.sh +execp_command = /home/kamen/scripts/battery-status.sh execp_interval = 10 execp_has_icon = 0 execp_cache_icon = 1 |
