Compare commits
2 commits
14cb921208
...
a75d65011a
Author | SHA1 | Date | |
---|---|---|---|
a75d65011a | |||
cac01f421e |
2 changed files with 16 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
# Disables the WebRTC function, which gives away your local ips. Some addons like
|
# Disables the WebRTC function, which gives away your local ips. Some addons like
|
||||||
# uBlock origin provide settings to prevent WebRTC from exposing local ips without
|
# uBlock origin provide settings to prevent WebRTC from exposing local ips without
|
||||||
# disabling WebRTC.
|
# disabling WebRTC.
|
||||||
"media.peerconnection.enabled" = false;
|
"media.peerconnection.enabled" = true;
|
||||||
|
|
||||||
# Disable the clipboardevents.
|
# Disable the clipboardevents.
|
||||||
# Disable that websites can get notifications if you copy, paste, or cut something
|
# Disable that websites can get notifications if you copy, paste, or cut something
|
||||||
|
|
15
home-manager/hosts/luci.nix
Normal file
15
home-manager/hosts/luci.nix
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
_: {
|
||||||
|
wayland.windowManager.sway.config.input = {
|
||||||
|
"1:1:AT_Translated_Set_2_keyboard" = {
|
||||||
|
xkb_layout = "us";
|
||||||
|
xkb_variant = "altgr-intl";
|
||||||
|
};
|
||||||
|
|
||||||
|
"2:7:SynPS/2_Synaptics_TouchPad" = {
|
||||||
|
"tap" = "enable";
|
||||||
|
"accel_profile" = "adaptive";
|
||||||
|
"dwt" = "enable";
|
||||||
|
"pointer_accel" = "0.3";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue