Adding rofi to wm

This commit is contained in:
Tipragot 2023-09-09 14:15:41 +02:00
parent 8895f2827b
commit 88d4e2a456
No known key found for this signature in database
6 changed files with 3 additions and 2 deletions

View file

@ -4,9 +4,9 @@ arch=('any')
url='https://git.tipragot.fr/tipragot/tos' url='https://git.tipragot.fr/tipragot/tos'
license=('MIT') license=('MIT')
pkgver='0.1.4' pkgver='0.1.5'
pkgrel='1' 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') source=('lightdm.conf' 'config.py')
cksums=('SKIP' 'SKIP') cksums=('SKIP' 'SKIP')

View file

@ -43,6 +43,7 @@ keys = [
Key([MOD, ALT], "m", lazy.layout.normalize(), desc="Reset all window sizes"), Key([MOD, ALT], "m", lazy.layout.normalize(), desc="Reset all window sizes"),
# Launch applications # Launch applications
Key([MOD], "s", lazy.spawn("rofi -show drun"), desc="Launch rofi"),
Key([MOD], "t", lazy.spawn("alacritty"), desc="Launch terminal"), Key([MOD], "t", lazy.spawn("alacritty"), desc="Launch terminal"),
] ]

Binary file not shown.

Binary file not shown.

Binary file not shown.