minor tweaks
This commit is contained in:
parent
75175725b8
commit
cddbc870af
|
@ -41,7 +41,7 @@
|
|||
# disable 10 bit output for now as this breaks screenshots
|
||||
monitor=DP-1,preferred,auto,1.4
|
||||
input {
|
||||
sensitivity = -0.3
|
||||
sensitivity = -0.8
|
||||
# accel_profile = flat
|
||||
}
|
||||
exec-once=hyprpaper
|
||||
|
|
|
@ -55,6 +55,8 @@ in with lib; {
|
|||
pulseaudio
|
||||
pavucontrol
|
||||
noisetorch
|
||||
alsa-utils
|
||||
alsa-lib
|
||||
];
|
||||
# Add noisetorch for microphone noise canceling
|
||||
programs.noisetorch = { enable = true; };
|
||||
|
|
Loading…
Reference in New Issue