diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2020-10-27 09:08:50 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2020-10-27 09:08:50 -0400 |
commit | d9650cabb0a804c975b42cbf33792ef0ad5cd609 (patch) | |
tree | 5003338bcbde143e7e5351e1be7c035a9bb61210 /desktop/.xsession | |
parent | 380b95b463e0f74300c7e195a0067732c64709e9 (diff) |
Bring back xmobar
Diffstat (limited to 'desktop/.xsession')
-rwxr-xr-x | desktop/.xsession | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/desktop/.xsession b/desktop/.xsession index 32dc326..f6bc408 100755 --- a/desktop/.xsession +++ b/desktop/.xsession @@ -23,9 +23,4 @@ if which autorandr >/dev/null; then autorandr --change fi -if [[ $(hostname) == "firelink" ]]; then - export DESKTOP_SESSION=plasma - exec startplasma-x11 -else - exec xmonad -fi +exec xmonad |