Default Terminal

- Change default terminal to kitty
This commit is contained in:
Sravan Balaji
2021-05-07 10:13:25 -04:00
parent 1c3eb1476a
commit 0dd425a4e4
2 changed files with 3 additions and 4 deletions

View File

@@ -2,8 +2,7 @@
#+author: Sravan Balaji
#+PROPERTY: header-args:haskell :tangle ./xmonad.hs
* Sravan's Xmonad Configuration
** Welcome
* Welcome
My personal configuration of Xmonad, written as an [[https://orgmode.org][Org Mode]] document.
@@ -31,7 +30,7 @@ The preferred terminal program, which is used in a binding below and by
certain contrib modules.
#+begin_src haskell
myTerminal = "xterm"
myTerminal = "kitty"
#+end_src
* Window Behavior & Appearance

View File

@@ -5,7 +5,7 @@ import System.Exit
import qualified XMonad.StackSet as W
import qualified Data.Map as M
myTerminal = "xterm"
myTerminal = "kitty"
myFocusFollowsMouse :: Bool
myFocusFollowsMouse = True