diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-24 18:22:52 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2021-04-24 18:22:52 +0530 |
commit | 46141fa54b7a21d78282896bb70667dc25e49684 (patch) | |
tree | 7abfec618c41976940231e7741a36e503085cb2e /.config/XMonad/xmonad.hs | |
parent | 81808a6d71e561993608068d994c0615872d6c33 (diff) |
fixed error when starting up startpage server
Diffstat (limited to '.config/XMonad/xmonad.hs')
-rw-r--r-- | .config/XMonad/xmonad.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/XMonad/xmonad.hs b/.config/XMonad/xmonad.hs index bdcdf05..6f04455 100644 --- a/.config/XMonad/xmonad.hs +++ b/.config/XMonad/xmonad.hs @@ -60,8 +60,8 @@ myStartupHook :: X () myStartupHook = do spawnOnce "start-lemonbar.sh" spawnOn " 二 " "firefox" - setWMName "AnimeThighsWM" - -- setWMName "LG3D" + -- setWMName "AnimeThighsWM" + setWMName "LG3D" setDefaultCursor xC_left_ptr -- defaults |