Merge branch 'main' of git.peprolinbot.com:peprolinbot/nixos-config

This commit is contained in:
Pedro Rey Anca 2024-09-16 17:51:37 +02:00
commit 1cb5fea9b1
4 changed files with 28 additions and 23 deletions

View file

@ -1,4 +1,8 @@
{pkgs, ...}: { {
pkgs,
username,
...
}: {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./../../modules/core ./../../modules/core
@ -26,4 +30,9 @@
capSysAdmin = true; capSysAdmin = true;
openFirewall = true; openFirewall = true;
}; };
home-manager.users.${username}.wayland.windowManager.hyprland.settings.monitor = [
"HDMI-A-1, 1920x1080@75, 0x0, 1"
"DP-1, 2560x1440@165, 1920x0, 1.333333"
];
} }

View file

@ -293,18 +293,18 @@
"noblur,class:^(xwaylandvideobridge)$" "noblur,class:^(xwaylandvideobridge)$"
]; ];
monitor = [
",preferred,auto,1"
];
xwayland = {
force_zero_scaling = true;
};
gestures = { gestures = {
workspace_swipe = true; workspace_swipe = true;
workspace_swipe_direction_lock = false; workspace_swipe_direction_lock = false;
}; };
}; };
extraConfig = "
monitor=,preferred,auto,1
xwayland {
force_zero_scaling = true
}
";
}; };
} }

View file

@ -25,19 +25,14 @@
on-timeout = ckb-next --profile "Off" # turn off keyboard backlight. on-timeout = ckb-next --profile "Off" # turn off keyboard backlight.
on-resume = ckb-next --profile "Personal" # turn on keyboard backlight. on-resume = ckb-next --profile "Personal" # turn on keyboard backlight.
} }
listener {
timeout = 330 # 5.5min
on-timeout = ddcmonitorctl off # screen off when timeout has passed
on-resume = ddcmonitorctl on # screen on when activity is detected after timeout has fired.
}
'' ''
else '' else null
listener { )
timeout = 330 # 5.5min + ''
on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed listener {
on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired. timeout = 330 # 5.5min
} on-timeout = hyprctl dispatch dpms off # screen off when timeout has passed
'' on-resume = hyprctl dispatch dpms on # screen on when activity is detected after timeout has fired.
); }
'';
} }

View file

@ -39,6 +39,7 @@
orca-slicer orca-slicer
swappy swappy
# tdf # cli pdf viewer # tdf # cli pdf viewer
speedcrunch
thunderbird thunderbird
todo # cli todo list todo # cli todo list
toipe # typing test in the terminal toipe # typing test in the terminal