diff options
| author | Andrew <saintruler@gmail.com> | 2020-12-22 13:36:05 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2020-12-22 13:36:05 +0400 |
| commit | 0bac11af6ff10ff4f68fa15417d6569ff5771b49 (patch) | |
| tree | e16d8370f1ee5a2f76a1cc0c12f21748f1efa245 /.config/xmonad/xmonad.hs | |
| parent | c366e931cc3dd58dc954cfe7f0bddce6c59cfc9b (diff) | |
Changed xmonad and xmobar config and removed emojis from volume script
Diffstat (limited to '.config/xmonad/xmonad.hs')
| -rw-r--r-- | .config/xmonad/xmonad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/xmonad/xmonad.hs b/.config/xmonad/xmonad.hs index f3c69e2..8eb46a1 100644 --- a/.config/xmonad/xmonad.hs +++ b/.config/xmonad/xmonad.hs @@ -33,7 +33,7 @@ import Graphics.X11.ExtraTypes.XF86 -- The preferred terminal program, which is used in a binding below and by -- certain contrib modules. -- -myTerminal = "st" +myTerminal = "$TERMINAL" -- Whether focus follows the mouse pointer. myFocusFollowsMouse :: Bool |