mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
keyd properly setup now
This commit is contained in:
parent
298e59707e
commit
21f6b9f7ae
3 changed files with 23 additions and 50 deletions
|
|
@ -5,7 +5,6 @@
|
|||
homeDirectory = "/home/crow";
|
||||
stateVersion = "24.05";
|
||||
file.".config/hypr/hyprland.conf".source = ./hyprland.conf;
|
||||
file."/etc/keyd/default.conf".source = ./keyd.conf;
|
||||
};
|
||||
|
||||
xdg = {
|
||||
|
|
|
|||
|
|
@ -1,26 +0,0 @@
|
|||
[ids]
|
||||
|
||||
*
|
||||
|
||||
[main]
|
||||
|
||||
capslock = layer(l2)
|
||||
|
||||
[l2]
|
||||
|
||||
w = up
|
||||
s = down
|
||||
a = left
|
||||
d = right
|
||||
|
||||
b = C-b
|
||||
|
||||
space = playpause
|
||||
. = nextsong
|
||||
, = previoussong
|
||||
|
||||
[ = delete
|
||||
] = end
|
||||
escape = ~
|
||||
|
||||
home = end
|
||||
Loading…
Add table
Add a link
Reference in a new issue