diff options
author | Urbain Vaes <urbain@vaes.uk> | 2023-01-11 11:30:48 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2023-01-11 11:30:48 +0100 |
commit | e07fe610a7bfe6b9355ba3c20f4be5c0b03e0438 (patch) | |
tree | 0bb11466447d899be26b8e9a48336cdf5f7b37a4 /xinit | |
parent | 0ce941c84d468e50f966e46f55eb47760793bc2b (diff) |
Set alacritty as default terminal
Diffstat (limited to 'xinit')
-rwxr-xr-x | xinit/.xinitrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xinit/.xinitrc b/xinit/.xinitrc index ddd4b5f..3172000 100755 --- a/xinit/.xinitrc +++ b/xinit/.xinitrc @@ -14,6 +14,9 @@ xrdb $HOME/.Xresources/urxvt feh --bg-fill /usr/share/backgrounds/More_Kamikochi_by_mendhak.jpg # feh --bg-fill /usr/share/backgrounds/Grand_Canyon_North_Rim_by_Rihards_Vilks.jpg +# Terminal +export TERMINAL=alacritty + # Disable screen going to sleep xset -dpms xset s off |