Update cursor accel, drop some packages
This commit is contained in:
parent
93c3b32cd5
commit
cf4643a7c9
|
@ -45,13 +45,13 @@ in {
|
|||
home = {
|
||||
packages = with pkgs; [
|
||||
(fixElectronWayland "element-desktop" element-desktop)
|
||||
(fixElectronWayland "signal-desktop" bleeding.signal-desktop)
|
||||
(fixElectronWayland "signal-desktop" signal-desktop)
|
||||
(fixGdkWayland "Discord" discord)
|
||||
(fixGdkWayland "skypeforlinux" skype)
|
||||
(fixGdkWayland "losslesscut" losslesscut-bin)
|
||||
(pkgs.callPackage ../pkgs/2i-emulator.nix { })
|
||||
(script "hwp2021pizzazz" ../scripts/hwp2021pizzazz.py)
|
||||
bleeding.tdesktop
|
||||
tdesktop
|
||||
feh
|
||||
firefox
|
||||
gimp
|
||||
|
|
|
@ -242,6 +242,8 @@ in {
|
|||
"2:7:SynPS/2_Synaptics_TouchPad" = {
|
||||
natural_scroll = "enabled";
|
||||
scroll_method = "two_finger";
|
||||
pointer_accel = ".5";
|
||||
accel_profile = "adaptive";
|
||||
tap = "enabled";
|
||||
drag = "enabled";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue