diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-09-25 22:40:04 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-09-25 22:40:04 -0400 |
commit | 8053aed9dfc2a41a7dff2aeb4a744902025c55de (patch) | |
tree | d19b472415b99713c90d01f2283129b04cfefec0 /config.in | |
parent | 08b3eaf93074daf4e7fa0831a63c46bba55fbbd7 (diff) |
config.in: set default term to alacritty
Diffstat (limited to 'config.in')
-rw-r--r-- | config.in | 2 |
1 files changed, 1 insertions, 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 -- |