diff --git a/packages/tos-desktop-wm/PKGBUILD b/packages/tos-desktop-wm/PKGBUILD index c148fbc..b634a6e 100644 --- a/packages/tos-desktop-wm/PKGBUILD +++ b/packages/tos-desktop-wm/PKGBUILD @@ -4,9 +4,9 @@ arch=('any') url='https://git.tipragot.fr/tipragot/tos' license=('MIT') -pkgver='0.1.4' +pkgver='0.1.5' pkgrel='1' -depends=('tos-desktop-core' 'tos-desktop-terminal' 'lightdm' 'qtile') +depends=('tos-desktop-core' 'tos-desktop-terminal' 'lightdm' 'qtile' 'rofi') source=('lightdm.conf' 'config.py') cksums=('SKIP' 'SKIP') diff --git a/packages/tos-desktop-wm/config.py b/packages/tos-desktop-wm/config.py index b4df2a4..5cd8767 100644 --- a/packages/tos-desktop-wm/config.py +++ b/packages/tos-desktop-wm/config.py @@ -43,6 +43,7 @@ keys = [ Key([MOD, ALT], "m", lazy.layout.normalize(), desc="Reset all window sizes"), # Launch applications + Key([MOD], "s", lazy.spawn("rofi -show drun"), desc="Launch rofi"), Key([MOD], "t", lazy.spawn("alacritty"), desc="Launch terminal"), ] diff --git a/repository/tos-desktop-wm-0.1.4-1-any.pkg.tar.zst b/repository/tos-desktop-wm-0.1.4-1-any.pkg.tar.zst deleted file mode 100644 index 317f34a..0000000 Binary files a/repository/tos-desktop-wm-0.1.4-1-any.pkg.tar.zst and /dev/null differ diff --git a/repository/tos-desktop-wm-0.1.5-1-any.pkg.tar.zst b/repository/tos-desktop-wm-0.1.5-1-any.pkg.tar.zst new file mode 100644 index 0000000..9d909e6 Binary files /dev/null and b/repository/tos-desktop-wm-0.1.5-1-any.pkg.tar.zst differ diff --git a/repository/tos.db b/repository/tos.db index ffd4726..7da234d 100644 Binary files a/repository/tos.db and b/repository/tos.db differ diff --git a/repository/tos.files b/repository/tos.files index 21fca96..b35da80 100644 Binary files a/repository/tos.files and b/repository/tos.files differ