diff options
author | Adam Stück <adam@adast.xyz> | 2023-02-07 17:36:02 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-02-07 17:36:02 +0100 |
commit | e79ebe9d4f0a8610bb0994117c248503ee10faa2 (patch) | |
tree | b49c17623b90bce6ac0955c022ccb1c36928146b /.config/X11/xinitrc | |
parent | d2e32dbfb485695bc78de78d51b8cb6567316d71 (diff) |
scripts: minor changes
Comment out xidlehook and betterlockscreen, as I am currently not using
these programs
Diffstat (limited to '.config/X11/xinitrc')
-rwxr-xr-x | .config/X11/xinitrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/X11/xinitrc b/.config/X11/xinitrc index 90c7e25..12af84a 100755 --- a/.config/X11/xinitrc +++ b/.config/X11/xinitrc @@ -37,9 +37,9 @@ clipmenud & playerctld daemon & redshift -l 55.7:12.6 -t 5700:4000 -g 0.9 -m randr -v & unclutter -b & -nextcloud --background & +# nextcloud --background & xwallpaper --center ~/.local/share/bg & -betterlockscreen -u ~/.local/share/lock & +# betterlockscreen -u ~/.local/share/lock & ~/.local/bin/screensaver & ~/.local/bin/comptoggle & ~/.local/bin/rate & |