Modify like, basically everything idk, probably a lot of secrets and url names and colmena and whatnot
This commit is contained in:
parent
0ab856b18e
commit
b3ba7481d8
107 changed files with 437 additions and 696 deletions
|
@ -1,13 +1,12 @@
|
|||
{ ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
# HID devices
|
||||
wayland.windowManager.sway.config.input = {
|
||||
"9610:4103:SINOWEALTH_Game_Mouse" = {
|
||||
pointer_accel = "-0.9";
|
||||
};
|
||||
"9639:64097:Compx_2.4G_Receiver_Mouse" = {
|
||||
pointer_accel = "-0.82";
|
||||
};
|
||||
"9610:4103:SINOWEALTH_Game_Mouse".pointer_accel = "-0.9";
|
||||
"9639:64097:Compx_2.4G_Receiver_Mouse".pointer_accel = "-0.82";
|
||||
"type:touch".map_to_output = ''"${config.vars.displays.intuos1}"'';
|
||||
|
||||
# Wildcard, affects everything
|
||||
"*" = {
|
||||
accel_profile = "flat";
|
||||
dwt = "disabled";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue