diff options
| author | Fuwn <[email protected]> | 2024-09-23 23:10:57 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-23 23:10:57 -0700 |
| commit | 2a2ad7a32e434c5aea37e2e9d6b931996c408978 (patch) | |
| tree | 4c9faa2d4fffb12265a2ef77565c1714c0358f64 | |
| parent | desktop: ty (diff) | |
| download | nixos-config-2a2ad7a32e434c5aea37e2e9d6b931996c408978.tar.xz nixos-config-2a2ad7a32e434c5aea37e2e9d6b931996c408978.zip | |
hyprland: xdph
| -rw-r--r-- | home/ebisu/fortune/desktop/hyprland/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/ebisu/fortune/desktop/hyprland/default.nix b/home/ebisu/fortune/desktop/hyprland/default.nix index 89165a9..2e9546e 100644 --- a/home/ebisu/fortune/desktop/hyprland/default.nix +++ b/home/ebisu/fortune/desktop/hyprland/default.nix @@ -21,7 +21,8 @@ xdg.configFile."hypr/xdph.conf".text = '' screencopy { - max_fps = 0 + # max_fps = 120 + allow_token_by_default = true } ''; } |