Kitty fixes
This commit is contained in:
parent
23c42a2eea
commit
6cc8494623
5 changed files with 10 additions and 3 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
tileos-settings-sway (0.28~tileos) unstable; urgency=medium
|
||||
|
||||
* Kitty fixes
|
||||
|
||||
-- Aleksey Samoilov <samoilov.lex@gmail.com> Fri, 30 Jun 2023 15:42:11 +0400
|
||||
|
||||
tileos-settings-sway (0.27~tileos) unstable; urgency=medium
|
||||
|
||||
* Switch to Kitty
|
||||
|
|
2
debian/files
vendored
Normal file
2
debian/files
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
tileos-settings-sway_0.27~tileos_all.deb x11 optional
|
||||
tileos-settings-sway_0.27~tileos_amd64.buildinfo x11 optional
|
2
debian/tileos-settings-sway.install
vendored
2
debian/tileos-settings-sway.install
vendored
|
@ -1,2 +0,0 @@
|
|||
/usr
|
||||
/etc
|
|
@ -11,7 +11,7 @@ set $right l
|
|||
|
||||
# Your preferred terminal emulator
|
||||
set $term kitty
|
||||
set $term_cwd $term -D "$(/usr/share/sway/scripts/swaycwd.sh 2>/dev/null || echo $HOME)"
|
||||
set $term_cwd $term -d "$(/usr/share/sway/scripts/swaycwd.sh 2>/dev/null || echo $HOME)"
|
||||
set $term_float kitty --class=floating_shell
|
||||
|
||||
# Rofi theme
|
||||
|
|
|
@ -31,6 +31,7 @@ WINDOW_ICONS = {
|
|||
"Google-chrome": "",
|
||||
"google-chrome": "",
|
||||
"gpk-application": "",
|
||||
"kitty": "",
|
||||
"libreoffice-startcenter": "",
|
||||
"libreoffice-writer": "",
|
||||
"libreoffice-calc": "",
|
||||
|
|
Loading…
Add table
Reference in a new issue