mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-24 13:45:29 -08:00
Compare commits
No commits in common. "3576a082176994f952a3a3dedd74605b8ecc136c" and "328a9396766fa2cd92825735b5be1ee8f14db398" have entirely different histories.
3576a08217
...
328a939676
2 changed files with 4 additions and 14 deletions
|
@ -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";
|
||||
|
|
|
@ -13,15 +13,11 @@ let
|
|||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = SIGNAL_USE_WAYLAND,1
|
||||
''
|
||||
else if (hostname == "NicksNixLaptop") then ''
|
||||
monitor=eDP-1, 1920x1080@60, 0x0, 1
|
||||
else if (hostname == "NicksNixLaptop") then ''
|
||||
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = SIGNAL_USE_WAYLAND,1
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
'' else ''
|
||||
'' else ''
|
||||
|
||||
'';
|
||||
'';
|
||||
|
||||
in monitor_config
|
||||
|
||||
|
|
Loading…
Reference in a new issue