Fix floating_shell for Alacritty
This commit is contained in:
parent
a15b505947
commit
ebf6d21941
3 changed files with 7 additions and 3 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
2
debian/files
vendored
|
@ -1,2 +0,0 @@
|
||||||
tileos-settings-sway_0.32~tileos_all.deb x11 optional
|
|
||||||
tileos-settings-sway_0.32~tileos_amd64.buildinfo x11 optional
|
|
|
@ -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;}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue