From cff06e61c890a9c1f81563cdb0e5ace0ef5723db Mon Sep 17 00:00:00 2001 From: Emmet Date: Wed, 1 Oct 2025 18:41:52 -0500 Subject: [PATCH] Updates to my hyprgamemode --- modules/user/hyprland/default.nix | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/user/hyprland/default.nix b/modules/user/hyprland/default.nix index f06b2a29..069009a2 100644 --- a/modules/user/hyprland/default.nix +++ b/modules/user/hyprland/default.nix @@ -461,13 +461,13 @@ in keyword decoration:blur:enabled 0;\ keyword general:gaps_in 0;\ keyword general:gaps_out 0;\ - keyword general:border_size 1;\ + keyword general:border_size 0;\ keyword decoration:rounding 0"; - pkill -STOP electron; - pkill -STOP syncthing; - pkill -STOP emacs; - pkill -STOP emacsclient; - systemctl --user stop nextcloud-client; + #pkill -STOP electron; + #pkill -STOP syncthing; + #pkill -STOP emacs; + #pkill -STOP emacsclient; + #systemctl --user stop nextcloud-client; pkill ashell; pkill hypridle; exit; @@ -480,11 +480,11 @@ in keyword general:gaps_out ${builtins.toString config.wayland.windowManager.hyprland.settings.general.gaps_out};\ keyword general:border_size ${builtins.toString config.wayland.windowManager.hyprland.settings.general.border_size};\ keyword decoration:rounding ${builtins.toString config.wayland.windowManager.hyprland.settings.decoration.rounding}"; - pkill -CONT electron; - pkill -CONT syncthing; - pkill -CONT emacs; - pkill -CONT emacsclient; - systemctl --user start nextcloud-client; + #pkill -CONT electron; + #pkill -CONT syncthing; + #pkill -CONT emacs; + #pkill -CONT emacsclient; + #systemctl --user start nextcloud-client; WGPU_BACKEND=gl ashell & disown; hypridle & disown; exit;