You are not logged in.

#1 2020-10-04 20:24:58

kgavionics
Member
Registered: 2020-04-02
Posts: 31

[Solved]Qtile- numbers row??

Hi guys
I'm new to Qtile and I have a problem to bind the mod key with the numbers row.
I use this syntax:
key([mod], "1",  lazy.spawn("firefox")),
when i reload Qtile config after modifying the file, I don't get en error, but the key combination is not working!
I've looked on the arch wiki and the Qtile documentation and I didn't find if the number row is usable or not!
Can someone help me please!

Last edited by kgavionics (2020-10-04 22:55:35)

Offline

#2 2020-10-04 21:14:15

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,910
Website

Re: [Solved]Qtile- numbers row??

From what I see, [mod] is ambiguous and you should use [mod#] to specify which "mod" key you want to use, and you can use 'xmodmap' to list the available options.

https://wiki.archlinux.org/index.php/Qtile#Keys


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Online

#3 2020-10-04 21:27:25

kgavionics
Member
Registered: 2020-04-02
Posts: 31

Re: [Solved]Qtile- numbers row??

WorMzy wrote:

From what I see, [mod] is ambiguous and you should use [mod#] to specify which "mod" key you want to use, and you can use 'xmodmap' to list the available options.

https://wiki.archlinux.org/index.php/Qtile#Keys

Thank you for your input, but mod is defined as mod4 in top of the config file and it working fine with other keys except the numbers row!

Offline

#4 2020-10-04 22:23:17

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: [Solved]Qtile- numbers row??

According to the qtile github page, they have an active IRC channel. You might get better help there.

https://github.com/qtile/qtile
irc://irc.oftc.net:6667/qtile

Offline

#5 2020-10-04 22:54:55

kgavionics
Member
Registered: 2020-04-02
Posts: 31

Re: [Solved]Qtile- numbers row??

2ManyDogs wrote:

According to the qtile github page, they have an active IRC channel. You might get better help there.

https://github.com/qtile/qtile
irc://irc.oftc.net:6667/qtile

Thank you guys for your inputs, but I solved the problem! Apparently, I had an extra space somewhere. The following  syntax works :
Key([mod], "1", lazy.spawn("firefox"),desc="Launch firefox"),

Offline

Board footer

Powered by FluxBB