Autorandr config for odin
This commit is contained in:
parent
92b2075979
commit
d81dd704a5
2 changed files with 29 additions and 12 deletions
|
|
@ -116,6 +116,16 @@
|
|||
|
||||
services = { gnome-keyring.enable = true; };
|
||||
|
||||
xsession = {
|
||||
enable = true;
|
||||
numlock.enable = true;
|
||||
initExtra = ''
|
||||
## Touchpad
|
||||
${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Natural Scrolling Enabled' 1
|
||||
${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Tapping Enabled' 1
|
||||
'';
|
||||
};
|
||||
|
||||
imports = [
|
||||
./basic_env.nix
|
||||
|
||||
|
|
@ -128,6 +138,7 @@
|
|||
./modules/rust.nix
|
||||
|
||||
./modules/alacritty.nix
|
||||
./modules/autorandr.nix
|
||||
./modules/bspwm.nix
|
||||
./modules/dunst.nix
|
||||
# ./modules/grobi.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue