From a4513caab3c70e7b0c030978fd50e3ef115e3fda Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 21 Jun 2021 18:23:56 -0400 Subject: [PATCH] sway: Use kitty instead of alacritty Although alacritty is cool, kitty is also cool and has image support, ideal for rice screenshots. This commit also adds $alt for the rofi command in the previous commit. --- sway/.config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 7545851b..b0b676a4 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -1,8 +1,8 @@ # Default sway config with some edits, "man sway" for help set $mod Mod4 -# Your preferred terminal emulator -set $term alacritty +set $alt Mod1 +set $term kitty # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on.