Fix floating_shell for Alacritty

This commit is contained in:
Aleksey Samoilov 2023-07-02 00:16:21 +04:00
parent a15b505947
commit ebf6d21941
3 changed files with 7 additions and 3 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
tileos-settings-sway (0.34~tileos) unstable; urgency=medium
* Fix floating_shell for Alacritty
-- Aleksey Samoilov <samoilov.lex@gmail.com> Sun, 02 Jul 2023 00:15:48 +0400
tileos-settings-sway (0.33~tileos) unstable; urgency=medium tileos-settings-sway (0.33~tileos) unstable; urgency=medium
* Fix alacritty panel icon * Fix alacritty panel icon

2
debian/files vendored
View file

@ -1,2 +0,0 @@
tileos-settings-sway_0.32~tileos_all.deb x11 optional
tileos-settings-sway_0.32~tileos_amd64.buildinfo x11 optional

View file

@ -12,7 +12,7 @@ set $right l
# Your preferred terminal emulator # Your preferred terminal emulator
set $term alacritty set $term alacritty
set $term_cwd $term --working-directory "$(/usr/share/sway/scripts/swaycwd.sh 2>/dev/null || echo $HOME)" 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 # Rofi theme
set $rofi_theme "* {lightbg: $base; background: $base; lightfg: $blue; foreground: $text; border-color: $blue;} window {border: 2;}" set $rofi_theme "* {lightbg: $base; background: $base; lightfg: $blue; foreground: $text; border-color: $blue;} window {border: 2;}"