Compare commits

..

No commits in common. "3576a082176994f952a3a3dedd74605b8ecc136c" and "328a9396766fa2cd92825735b5be1ee8f14db398" have entirely different histories.

2 changed files with 4 additions and 14 deletions

View file

@ -55,13 +55,7 @@ in
"eww open full_screen_bar"
];
input = if (hostname == "NicksNixLaptop") then
{
kb_layout = "us";
sensitivity = 0.3;
accel_profile = "linear";
touchpad.disable_while_typing = true;
} else {
input = {
kb_layout = "us";
sensitivity = -0.85;
accel_profile = "adaptive";

View file

@ -14,11 +14,7 @@ let
env = SIGNAL_USE_WAYLAND,1
''
else if (hostname == "NicksNixLaptop") then ''
monitor=eDP-1, 1920x1080@60, 0x0, 1
env = XDG_SESSION_TYPE,wayland
env = SIGNAL_USE_WAYLAND,1
env = WLR_NO_HARDWARE_CURSORS,1
'' else ''
'';