From ebdb6878eeed2f0c10e05f659962465ab094a1c3 Mon Sep 17 00:00:00 2001 From: cnst Date: Thu, 19 Dec 2024 18:25:40 +0100 Subject: [PATCH] keybinds fixings --- modules/home/programs/hyprland/keybinds.nix | 2 +- users/toothpick/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/programs/hyprland/keybinds.nix b/modules/home/programs/hyprland/keybinds.nix index d91d7430..f1bc48b0 100644 --- a/modules/home/programs/hyprland/keybinds.nix +++ b/modules/home/programs/hyprland/keybinds.nix @@ -33,7 +33,7 @@ in { "$mod, L, exec, ${runOnce "hyprlock"}" "$mod SHIFT, B, exec, pkill -SIGUSR2 waybar" "$mod, A, exec, pkill -SIGUSR1 waybar" - "$mod, T, exec, uwsm app -T" + "$mod, T, exec, uwsm app $terminal" "$mod, W, exec, $browser" "$mod, K, exec, keepassxc" "$mod SHIFT, W, exec, $browserinc" diff --git a/users/toothpick/default.nix b/users/toothpick/default.nix index 733a5b7f..aac1e1f5 100644 --- a/users/toothpick/default.nix +++ b/users/toothpick/default.nix @@ -14,7 +14,7 @@ filezilla ]; sessionVariables = { - BROWSER = "zen"; + BROWSER = "firefox"; EDITOR = "nvim"; TERM = "xterm-256color";