diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-28 21:16:01 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-28 21:16:01 +0100 |
commit | aac16e37518c4c86d7648db51fcc17310e2e4de8 (patch) | |
tree | 1aa9cac34b97767e5d97550a33ecee3414a5047d /config/X/x11 | |
parent | b6e3c6e575ad62597febb0d850ee7d0d4134a387 (diff) |
added redshift before starting dwm
Diffstat (limited to 'config/X/x11')
-rwxr-xr-x | config/X/x11/xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index 3e6679c..7217491 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -33,4 +33,5 @@ fi xcompmgr & setxkbmap -option ctrl:nocaps xautolock -time 5 -locker slock & +redshift & exec dwm |