added worklaptop, added firefox to i3 config.
This commit is contained in:
parent
202cd21542
commit
9959cdfcbe
7 changed files with 181 additions and 19 deletions
|
@ -27,6 +27,7 @@
|
|||
brightnessctl
|
||||
arandr
|
||||
dex
|
||||
firefox
|
||||
];
|
||||
services.playerctld.enable = true;
|
||||
xsession.enable = true;
|
||||
|
|
|
@ -3,13 +3,15 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
services.xserver.libinput = {
|
||||
services.libinput = {
|
||||
# Enable touchpad support (enabled default in most desktopManager).
|
||||
enable = true;
|
||||
disableWhileTyping = true;
|
||||
naturalScrolling = true;
|
||||
additionalOptions = ''
|
||||
Option "PalmDetection" "True"
|
||||
'';
|
||||
touchpad = {
|
||||
disableWhileTyping = true;
|
||||
naturalScrolling = true;
|
||||
additionalOptions = ''
|
||||
Option "PalmDetection" "True"
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue