improved kmonad
This commit is contained in:
parent
d80ac3b5a0
commit
1511e8f12a
1 changed files with 7 additions and 5 deletions
|
@ -1,8 +1,14 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
services.xserver = {
|
||||||
|
layout = "us";
|
||||||
|
xkbOptions = "compose:ralt";
|
||||||
|
};
|
||||||
services.kmonad = {
|
services.kmonad = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyboards.dasKeyboard = {
|
keyboards.dasKeyboard = {
|
||||||
device = "/dev/input/by-id/usb-Metadot_-_Das_Keyboard_Das_Keyboard-event-kbd";
|
device = "/dev/input/by-id/usb-Metadot_-_Das_Keyboard_Das_Keyboard-event-kbd";
|
||||||
|
extraGroups = [ "video" ];
|
||||||
defcfg = {
|
defcfg = {
|
||||||
enable = true;
|
enable = true;
|
||||||
fallthrough = true;
|
fallthrough = true;
|
||||||
|
@ -27,12 +33,8 @@
|
||||||
lctl lmet lalt spc @sym rmet cmp rctrl
|
lctl lmet lalt spc @sym rmet cmp rctrl
|
||||||
)
|
)
|
||||||
|
|
||||||
;; sz
|
|
||||||
;; cent
|
|
||||||
;; tm
|
|
||||||
;; ^2 ^3 ...
|
|
||||||
(deflayer symbols
|
(deflayer symbols
|
||||||
_ _ _ _ _ _ _ _ _ _ _ _ _ _
|
_ ½ ² ³ ⁴ ⁵ ⁶ ⁷ ⁸ ⁹ ∞ _ _ _
|
||||||
_ _ _ € _ ™ _ ü _ ö _ _ _ _
|
_ _ _ € _ ™ _ ü _ ö _ _ _ _
|
||||||
caps ä ß _ _ _ _ _ _ _ _ _ _
|
caps ä ß _ _ _ _ _ _ _ _ _ _
|
||||||
_ _ _ ¢ _ _ _ _ _ _ _ _
|
_ _ _ ¢ _ _ _ _ _ _ _ _
|
||||||
|
|
Loading…
Reference in a new issue