Compare commits
No commits in common. "6ccd1bcd70d2eead0a0a31f2a560942dd5dd0eea" and "4f24961105f3f3fa006fe5904a1c75f0bceec2de" have entirely different histories.
6ccd1bcd70
...
4f24961105
3 changed files with 2 additions and 9 deletions
|
|
@ -73,12 +73,6 @@
|
|||
|
||||
'';
|
||||
playerctl = "${pkgs.playerctl}/bin/playerctl";
|
||||
hypr-fix-vrr = pkgs.writeShellScriptBin "hypr-fix-vrr" ''
|
||||
#!/usr/bin/env sh
|
||||
hyprctl --batch "keyword cursor:no_break_fs_vrr 0; keyword cursor:no_hardware_cursors 0"
|
||||
sleep 1
|
||||
hyprctl --batch "keyword cursor:no_break_fs_vrr 1; keyword cursor:no_hardware_cursors 1"
|
||||
'';
|
||||
in {
|
||||
options = {
|
||||
crony.hyprland.enable = lib.mkEnableOption "Enable hyprland and configure it for me";
|
||||
|
|
@ -112,7 +106,7 @@ in {
|
|||
{
|
||||
timeout = 10; # 10 sec
|
||||
on-timeout = "pidof hyprlock && hyprctl dispatch dpms off"; # Turn off screen if hyprlock is running
|
||||
on-resume = "hyprctl dispatch dpms on && ${hypr-fix-vrr}/bin/hypr-fix-vrr"; # Turn on screen when activiy is detected after timeout has fired
|
||||
on-resume = "hyprctl dispatch dpms on"; # Turn on screen when activiy is detected after timeout has fired
|
||||
}
|
||||
{
|
||||
timeout = 300; # 5min
|
||||
|
|
@ -121,7 +115,7 @@ in {
|
|||
{
|
||||
timeout = 310; # 5min and 10 sec
|
||||
on-timeout = "hyprctl dispatch dpms off"; # Turn off screen if hyprlock is running
|
||||
on-resume = "hyprctl dispatch dpms on && ${hypr-fix-vrr}/bin/hypr-fix-vrr"; # Turn on screen when activiy is detected after timeout has fired
|
||||
on-resume = "hyprctl dispatch dpms on"; # Turn on screen when activiy is detected after timeout has fired
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
@ -151,7 +145,6 @@ in {
|
|||
# Fix laptop monitor getting turned on while my external monitor connected
|
||||
"hyprctl monitors | grep 'HDMI' && hyprctl keyword monitor 'eDP-1, disable'"
|
||||
"pkill waybar; waybar" # Kill waybar and start new instance because everytime hyprland restarts breaks waybar
|
||||
"${hypr-fix-vrr}/bin/hypr-fix-vrr"
|
||||
];
|
||||
|
||||
cursor = {
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue