sway: Use Alacritty terminal
Replace Termite with Alacritty as terminal emulator.
This commit is contained in:
parent
db8d5ff349
commit
cc677f3ccd
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ set $left 44
|
|||
set $down 45
|
||||
set $up 46
|
||||
set $right 47
|
||||
set $term termite
|
||||
set $menu j4-dmenu-desktop --dmenu="bemenu -i -l 10 --fn \"Dejavu Sans Mono\" 10" --no-generic --term=termite --usage-log="$HOME/.cache/j4-dmenu-desktop.log"
|
||||
set $term alacritty
|
||||
set $menu j4-dmenu-desktop --dmenu="bemenu -i -l 10 --fn \"Dejavu Sans Mono\" 10" --no-generic --term=alacritty --usage-log="$HOME/.cache/j4-dmenu-desktop.log"
|
||||
|
||||
### Font
|
||||
font pango:DejaVu Sans Mono 9
|
||||
|
|
Loading…
Reference in a new issue