diff options
| author | Mike Vink <ivi@vinkies.net> | 2024-06-25 16:49:32 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2024-06-25 16:51:29 +0200 |
| commit | 5f19ec51f8e0305ce08ff7a1c55c75e84979a3d2 (patch) | |
| tree | 143c7696fde381a8e7522f15c47b15bc7dc2e505 /profiles/graphical | |
| parent | c7cb36d521a8d2b9a2f87cc02ed5f8ba9df39656 (diff) | |
init
Diffstat (limited to 'profiles/graphical')
| -rw-r--r-- | profiles/graphical/suckless.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/profiles/graphical/suckless.nix b/profiles/graphical/suckless.nix index b918494..27b302e 100644 --- a/profiles/graphical/suckless.nix +++ b/profiles/graphical/suckless.nix @@ -13,13 +13,6 @@ hm = { xsession = { enable = true; - initExtra = '' - ${pkgs.xorg.xset}/bin/xset r rate 230 30 - [ -z "$(lsusb | grep microdox)" ] && ${pkgs.xorg.setxkbmap}/bin/setxkbmap -option "ctrl:swapcaps" - ${pkgs.open-vm-tools}/bin/vmware-user-suid-wrapper - wal -R - dwm - ''; }; services.picom = { enable = true; @@ -87,6 +80,7 @@ dmenu librewolf xclip + mpv ]; }; } |
