forked from colonelpanic/dotfiles
[Linux] Switch back to alacritty
This commit is contained in:
parent
880d8bee1b
commit
2612346f24
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ gotools
|
||||
/dotfiles/config/xmonad/result
|
||||
/dotfiles/config/taffybar/result
|
||||
/dotfiles/emacs.d/*.sqlite
|
||||
/dotfiles/config/gtk-3.0/colors.css
|
||||
|
@ -80,7 +80,7 @@ import XMonad.Util.WorkspaceCompare
|
||||
|
||||
myConfig = def
|
||||
{ modMask = mod4Mask
|
||||
, terminal = "konsole"
|
||||
, terminal = "alacritty"
|
||||
, manageHook = myManageHook <+> manageHook def
|
||||
, layoutHook = myLayoutHook
|
||||
, borderWidth = 0
|
||||
|
@ -23,7 +23,7 @@ function _setup_path {
|
||||
add_to_path "$HOME/.lib/bin" --before
|
||||
|
||||
# This makes systemd aware of change to $PATH
|
||||
run_if_exists systemctl --user import-environment PATH DISPLAY XAUTHORITY HOME
|
||||
run_if_exists systemctl --user import-environment PATH DISPLAY XAUTHORITY HOME 2> /dev/null
|
||||
}
|
||||
|
||||
function _linux_path_setup {
|
||||
|
Loading…
Reference in New Issue
Block a user