Compare commits

..

No commits in common. "a75d65011a3f20bc408e7cbed752c2f255bda74b" and "14cb92120871ee793a3a149d91061c178608e022" have entirely different histories.

2 changed files with 1 additions and 16 deletions

View file

@ -93,7 +93,7 @@
# 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
# disabling WebRTC.
"media.peerconnection.enabled" = true;
"media.peerconnection.enabled" = false;
# Disable the clipboardevents.
# Disable that websites can get notifications if you copy, paste, or cut something

View file

@ -1,15 +0,0 @@
_: {
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";
};
};
}