From ebf6d2194163bcdcda2fc3310fdceb4e307ace61 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sun, 2 Jul 2023 00:16:21 +0400 Subject: [PATCH] Fix floating_shell for Alacritty --- debian/changelog | 6 ++++++ debian/files | 2 -- etc/sway/variables | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 debian/files diff --git a/debian/changelog b/debian/changelog index a63bd39..efec81e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tileos-settings-sway (0.34~tileos) unstable; urgency=medium + + * Fix floating_shell for Alacritty + + -- Aleksey Samoilov Sun, 02 Jul 2023 00:15:48 +0400 + tileos-settings-sway (0.33~tileos) unstable; urgency=medium * Fix alacritty panel icon diff --git a/debian/files b/debian/files deleted file mode 100644 index 5432d34..0000000 --- a/debian/files +++ /dev/null @@ -1,2 +0,0 @@ -tileos-settings-sway_0.32~tileos_all.deb x11 optional -tileos-settings-sway_0.32~tileos_amd64.buildinfo x11 optional diff --git a/etc/sway/variables b/etc/sway/variables index 661d703..fce5326 100644 --- a/etc/sway/variables +++ b/etc/sway/variables @@ -12,7 +12,7 @@ set $right l # 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 +set $term_float alacritty --class floating_shell -e # Rofi theme set $rofi_theme "* {lightbg: $base; background: $base; lightfg: $blue; foreground: $text; border-color: $blue;} window {border: 2;}"