laptop stuff

This commit is contained in:
2025-04-30 21:55:18 +01:00
parent f1ae7a7f08
commit 1409e3b988
2 changed files with 11 additions and 0 deletions

View File

@@ -45,9 +45,11 @@ in {
"type:pointer" = {
accel_profile = "flat";
pointer_accel = "0.5";
natural_scroll = "disabled";
};
"type:touchpad" = {
scroll_factor = "0.5";
natural_scroll = "enabled";
};
};
output = if hostname == "sidon"
@@ -69,6 +71,10 @@ in {
position = "0 0";
scale = "1.33";
};
DP-4 = {
position = "2880 0";
scale = "1.33";
};
HDMI-A-1 = {
position = "2880 0";
scale = "1.33";

View File

@@ -25,4 +25,9 @@
services.easyeffects = {
enable = true;
};
wayland.windowManager.sway.extraConfig = ''
bindswitch lid:on output eDP-1 disable
bindswitch lid:off output eDP-1 enable
'';
}