diff options
| author | marcellus <msimon_fr@hotmail.com> | 2024-05-14 20:07:34 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2024-05-14 20:07:34 +0200 |
| commit | a9bc8d767e74eee1925fbd5a00c1f0a8336781b1 (patch) | |
| tree | d8ab741816af827e989044c35d42d6d2952fbdfc /sx | |
| parent | 0173c966ca715c14c9483b2e5e44d27173604638 (diff) | |
update: few changes -> read the diff
Diffstat (limited to 'sx')
| -rwxr-xr-x | sx/sxrc | 10 | ||||
| -rwxr-xr-x | sx/sxrc.b | 9 |
2 files changed, 14 insertions, 5 deletions
@@ -1,9 +1,9 @@ setxkbmap fr killall scron -scron -f ~/.config/crontab -$HOME/.config/scripts/randwp -sxhkd& +scron -f $HOME/.config/crontab picom& -dwmblocks& redshift& -exec dwm +(bar | barhandler)& +sxhkd& +randwp +exec Fluorite diff --git a/sx/sxrc.b b/sx/sxrc.b new file mode 100755 index 0000000..94ed5dc --- /dev/null +++ b/sx/sxrc.b @@ -0,0 +1,9 @@ +setxkbmap fr +killall scron +scron -f ~/.config/crontab +$HOME/.config/scripts/randwp +sxhkd& +picom& +dwmblocks& +redshift& +exec dwm |
