Update keys config

This commit is contained in:
Tipragot 2023-09-09 14:43:31 +02:00
parent 88d4e2a456
commit 8d0b78b77b
No known key found for this signature in database
6 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ arch=('any')
url='https://git.tipragot.fr/tipragot/tos'
license=('MIT')
pkgver='0.1.5'
pkgver='0.1.6'
pkgrel='1'
depends=('tos-desktop-core' 'tos-desktop-terminal' 'lightdm' 'qtile' 'rofi')
source=('lightdm.conf' 'config.py')

View file

@ -21,7 +21,6 @@ ALT = "mod1"
keys = [
# Actions
Key([MOD, SHIFT], "r", lazy.reload_config(), desc="Reload the config"),
Key([MOD, SHIFT], "a", lazy.window.kill(), desc="Kill focused window"),
# Switch between windows
Key([MOD], "n", lazy.layout.left(), desc="Move focus left"),
@ -42,8 +41,9 @@ keys = [
Key([MOD, ALT], "i", lazy.layout.grow_up(), desc="Grow window up"),
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"),
# Applications
Key([MOD], "q", lazy.window.kill(), desc="Kill focused window"),
Key([MOD], "a", lazy.spawn("rofi -show drun"), desc="Launch rofi"),
Key([MOD], "t", lazy.spawn("alacritty"), desc="Launch terminal"),
]

Binary file not shown.

Binary file not shown.

Binary file not shown.