Default Terminal
- Change default terminal to kitty
This commit is contained in:
@@ -2,8 +2,7 @@
|
|||||||
#+author: Sravan Balaji
|
#+author: Sravan Balaji
|
||||||
#+PROPERTY: header-args:haskell :tangle ./xmonad.hs
|
#+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.
|
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.
|
certain contrib modules.
|
||||||
|
|
||||||
#+begin_src haskell
|
#+begin_src haskell
|
||||||
myTerminal = "xterm"
|
myTerminal = "kitty"
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Window Behavior & Appearance
|
* Window Behavior & Appearance
|
||||||
|
@@ -5,7 +5,7 @@ import System.Exit
|
|||||||
import qualified XMonad.StackSet as W
|
import qualified XMonad.StackSet as W
|
||||||
import qualified Data.Map as M
|
import qualified Data.Map as M
|
||||||
|
|
||||||
myTerminal = "xterm"
|
myTerminal = "kitty"
|
||||||
|
|
||||||
myFocusFollowsMouse :: Bool
|
myFocusFollowsMouse :: Bool
|
||||||
myFocusFollowsMouse = True
|
myFocusFollowsMouse = True
|
||||||
|
Reference in New Issue
Block a user