[MINOR] Changed terminal to kitty in xmonad
This commit is contained in:
parent
eaa89ac51a
commit
a3b65a1bdb
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ import Colors.Teal
|
|||
* Variables
|
||||
@code haskell
|
||||
|
||||
myTerminal = "alacritty"
|
||||
myTerminal = "kitty"
|
||||
myTerminalTmux = myTerminal ++ " -e tmux a"
|
||||
myTextEditor = "nvim"
|
||||
myWebBrowser = "firefox"
|
||||
|
@ -172,7 +172,7 @@ myStartupHook = do
|
|||
spawn ("killall trayer ;sleep 1 && trayer --monitor 0 --edge top --align right --widthtype request --padding 7 --iconspacing 12 --SetDockType true --SetPartialStrut true --expand true --transparent true --alpha 0 --tint 0x2B2E37 --height 26 --distance 5 &")
|
||||
spawnOn "web" myWebBrowser
|
||||
spawnOn "main" myTerminalTmux
|
||||
spawnOn "monitoring" ("alacritty -e btop")
|
||||
spawnOn "monitoring" (myTerminal ++ " -e btop")
|
||||
@end
|
||||
* XMobar Config
|
||||
@code haskell
|
||||
|
|
Loading…
Add table
Reference in a new issue