diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-09 21:54:45 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-09 21:54:45 +0100 |
commit | 8be76fac063fbe90e01413796abd07a3e683d017 (patch) | |
tree | 2091dac9d302a9d83841c76f122357514d615617 /.config | |
parent | dwm now (diff) | |
download | dotfiles-bsd-8be76fac063fbe90e01413796abd07a3e683d017.tar.gz dotfiles-bsd-8be76fac063fbe90e01413796abd07a3e683d017.tar.bz2 dotfiles-bsd-8be76fac063fbe90e01413796abd07a3e683d017.tar.xz dotfiles-bsd-8be76fac063fbe90e01413796abd07a3e683d017.tar.zst dotfiles-bsd-8be76fac063fbe90e01413796abd07a3e683d017.zip |
Added script that runs at dwm start
Diffstat (limited to '.config')
-rwxr-xr-x | .config/dwm/dwmrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/dwm/dwmrc b/.config/dwm/dwmrc new file mode 100755 index 0000000..d75c97f --- /dev/null +++ b/.config/dwm/dwmrc @@ -0,0 +1,7 @@ +#!/usr/local/bin/dash + +pkill compton + +/home/jozan/.local/bin/setscreens.sh +/home/jozan/.local/bin/setwp +/usr/local/bin/compton & |