Merge branch 'main' of git.peprolinbot.com:peprolinbot/nixos-config
This commit is contained in:
commit
1cb5fea9b1
4 changed files with 28 additions and 23 deletions
|
@ -293,18 +293,18 @@
|
|||
"noblur,class:^(xwaylandvideobridge)$"
|
||||
];
|
||||
|
||||
monitor = [
|
||||
",preferred,auto,1"
|
||||
];
|
||||
|
||||
xwayland = {
|
||||
force_zero_scaling = true;
|
||||
};
|
||||
|
||||
gestures = {
|
||||
workspace_swipe = true;
|
||||
workspace_swipe_direction_lock = false;
|
||||
};
|
||||
};
|
||||
|
||||
extraConfig = "
|
||||
monitor=,preferred,auto,1
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,19 +25,14 @@
|
|||
on-timeout = ckb-next --profile "Off" # turn off 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 ''
|
||||
listener {
|
||||
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.
|
||||
}
|
||||
''
|
||||
);
|
||||
else null
|
||||
)
|
||||
+ ''
|
||||
listener {
|
||||
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.
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
orca-slicer
|
||||
swappy
|
||||
# tdf # cli pdf viewer
|
||||
speedcrunch
|
||||
thunderbird
|
||||
todo # cli todo list
|
||||
toipe # typing test in the terminal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue