diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2020-10-21 10:16:17 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2020-10-21 10:16:17 -0400 |
commit | bc577ddef78c4723b90194dd1489c16e63d6d7d4 (patch) | |
tree | c8fc901c6dd33c425c18938ca52403f18df87685 /desktop/.xsession | |
parent | 76598fffb494800b330b96a770f0c45bf07a34b6 (diff) |
Add more desktop setup
Diffstat (limited to 'desktop/.xsession')
-rwxr-xr-x | desktop/.xsession | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/.xsession b/desktop/.xsession index 6d76b30..102d280 100755 --- a/desktop/.xsession +++ b/desktop/.xsession @@ -18,6 +18,9 @@ xset -b trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 100 --widthtype pixel --transparent true --alpha 0 --tint 0x000000 --height 18 & [[ -f /etc/nixos/configuration.nix ]] || \ redshift -l 40:-70 -r -t 5500:3700 & -exec xmonad +if which autorandr >/dev/null; then + autorandr --change +fi +exec xmonad |