Update repository

This commit is contained in:
Tipragot 2024-07-12 11:54:26 +02:00
parent 75618b7379
commit 317da0a1cf
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ arch=('any')
url='https://git.tipragot.fr/tipragot/tos'
license=('MIT')
pkgver='0.1.14'
pkgver='0.1.15'
pkgrel='1'
depends=('tos-desktop-core' 'lightdm' 'qtile' 'unclutter' 'tos-apps')
source=('lightdm.conf' 'config.py' 'hide-mouse.sh')

View file

@ -55,7 +55,7 @@ keys = [
# Applications
Key([MOD], "a", lazy.spawn("rofi -show drun"), desc="Launch rofi"),
Key([MOD], "s", lazy.spawn("chromium"), desc="Launch browser"),
Key([MOD], "s", lazy.spawn("brave"), desc="Launch browser"),
Key([MOD], "t", lazy.spawn("alacritty"), desc="Launch terminal"),
]