diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-08-18 16:24:07 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-08-18 16:24:07 +0100 |
| commit | 6bfcaea2672ee20584beb093f2c0c56be90c00c1 (patch) | |
| tree | 78ace14633afda26f06e1d406fffa141154148a3 /.config/xprofile | |
| parent | 579229e22a503cdf4930be1fab3d455b2676eb1d (diff) | |
Launch dwmblocks when dwm starts
Diffstat (limited to '.config/xprofile')
| -rw-r--r-- | .config/xprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/xprofile b/.config/xprofile index 18bcf24..3581af3 100644 --- a/.config/xprofile +++ b/.config/xprofile @@ -1,3 +1,4 @@ #!/bin/sh remaps & # Sets correct keyboard layout and remaps some keys to make life easier in dwm. +dwmblocks & |
