mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
config.in: set default term to alacritty
This commit is contained in:
parent
08b3eaf930
commit
8053aed9df
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ set $down j
|
|||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term urxvt
|
||||
set $term alacritty
|
||||
# Your preferred application launcher
|
||||
# Note: it's recommended that you pass the final command to sway
|
||||
set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
||||
|
|
Loading…
Reference in a new issue