summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/niri/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/niri/default.nix')
-rw-r--r--accounts/gkleen@sif/niri/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/niri/default.nix b/accounts/gkleen@sif/niri/default.nix
index 302baea9..216a98ea 100644
--- a/accounts/gkleen@sif/niri/default.nix
+++ b/accounts/gkleen@sif/niri/default.nix
@@ -222,7 +222,7 @@ in {
222 { event = "after-resume"; command = "${lib.getExe niri} msg action power-on-monitors"; } 222 { event = "after-resume"; command = "${lib.getExe niri} msg action power-on-monitors"; }
223 ]; 223 ];
224 timeouts = [ 224 timeouts = [
225 { timeout = 300; 225 { timeout = 540;
226 command = "${lib.getExe niri} msg action power-off-monitors"; 226 command = "${lib.getExe niri} msg action power-off-monitors";
227 } 227 }
228 ]; 228 ];
@@ -409,7 +409,7 @@ in {
409 # (leaf "focus-follows-mouse" {}) 409 # (leaf "focus-follows-mouse" {})
410 # (flag "warp-mouse-to-focus") 410 # (flag "warp-mouse-to-focus")
411 411
412 (plain "touchpad" [ (flag "off") ]) 412 # (plain "touchpad" [ (flag "off") ])
413 (plain "trackball" [ 413 (plain "trackball" [
414 (leaf "scroll-method" "on-button-down") 414 (leaf "scroll-method" "on-button-down")
415 (leaf "scroll-button" 278) 415 (leaf "scroll-button" 278)