feat(keyd): configure keyd user service
This commit is contained in:
parent
356ea3006f
commit
dec525010a
@ -84,6 +84,7 @@ in {
|
||||
egl-wayland
|
||||
helvum
|
||||
brightnessctl
|
||||
keyd
|
||||
] ++ [ go (lib.hiPrio gotools) ] ++ [ age age-plugin-yubikey passage ]
|
||||
++ [
|
||||
libsForQt5.qtstyleplugins
|
||||
@ -296,6 +297,17 @@ in {
|
||||
};
|
||||
};
|
||||
services = {
|
||||
keyd-application-mapper = {
|
||||
Unit = {
|
||||
Description = "Keyd - Linux Keyboard Remapper";
|
||||
PartOf = [ "keyd.service" ];
|
||||
};
|
||||
Service = {
|
||||
ExecStart = "keyd-application-mapper";
|
||||
RestartSec = 3;
|
||||
};
|
||||
Install.WantedBy = [ "compositor.target" ];
|
||||
};
|
||||
waybar = {
|
||||
Service = {
|
||||
Environment = [ "GTK_THEME='THIS THEME DOES NOT EXIST!'" ];
|
||||
|
1
dots/.config/keyd/.gitignore
vendored
Normal file
1
dots/.config/keyd/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
app.lock
|
2
dots/.config/keyd/app.conf
Normal file
2
dots/.config/keyd/app.conf
Normal file
@ -0,0 +1,2 @@
|
||||
[neovide]
|
||||
leftmeta = leftmeta
|
Loading…
Reference in New Issue
Block a user