From 89a7a823ad07299bd0047df1b0618dc5efe04dd2 Mon Sep 17 00:00:00 2001 From: Alexander Oakman Date: Tue, 20 Aug 2024 02:16:06 +0300 Subject: [PATCH] Use the terminal alias in term_float command --- etc/sway/variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sway/variables b/etc/sway/variables index a95465b..3c41955 100644 --- a/etc/sway/variables +++ b/etc/sway/variables @@ -15,7 +15,7 @@ set $flock /usr/share/sway/scripts/flock.sh # Your preferred terminal emulator set $term alacritty set $term_cwd $term --working-directory "$(/usr/share/sway/scripts/swaycwd.sh 2>/dev/null || echo $HOME)" -set $term_float alacritty --class floating_shell -e +set $term_float $term --class floating_shell -e # Rofi theme set $rofi_theme "* {lightbg: $base; background: $base; lightfg: $blue; foreground: $text; border-color: $blue;} window {border: 2;}"