dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit e68c87307ad4d6446691ecf1a4e34163ccea5a5c
parent e32e5e55f35d0131789c90d247cf390c2564c505
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Fri, 17 May 2024 11:05:54 +0200

keyd: settings

Diffstat:
Akeyd/belgium.conf | 13+++++++++++++
Mkeyd/prague.conf | 5++++-
2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/keyd/belgium.conf b/keyd/belgium.conf @@ -0,0 +1,13 @@ +[ids] +413c:2113 + +[global] +oneshot_timeout = 500 + +[main] +compose = layer(meta) +capslock = overload(control, esc) +control = oneshot(control) +shift = oneshot(shift) +meta = oneshot(meta) +alt = oneshot(alt) diff --git a/keyd/prague.conf b/keyd/prague.conf @@ -1,13 +1,16 @@ [ids] 04f2:0841 +[global] +oneshot_timeout = 500 + [main] -compose = layer(meta) capslock = overload(control, esc) control = oneshot(control) shift = oneshot(shift) meta = oneshot(meta) alt = oneshot(alt) +compose = layer(meta) f6 = playpause f5 = previoussong f7 = nextsong