From 700d52db603e708e783a6239e5e573bb458f0b55 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 22 Jan 2026 12:20:59 +0900 Subject: [PATCH] home/hyprland: replace uwsm for app2unit for adhoc terminals --- home/programs/hyprland/keybinds.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/programs/hyprland/keybinds.nix b/home/programs/hyprland/keybinds.nix index 2c54dce..2d1646d 100644 --- a/home/programs/hyprland/keybinds.nix +++ b/home/programs/hyprland/keybinds.nix @@ -22,8 +22,8 @@ in "$mod, BACKSPACE, killactive" - "$mod SHIFT, RETURN, exec, uwsm app -- ${exe pkgs.alacritty} --class termTerminal -e ${exe pkgs.tmux} new-session -A -s term" - "$mod SHIFT, SPACE, exec, uwsm app -- ${exe pkgs.alacritty} --class termTerminal -e ${exe pkgs.tmux} new-session -A -s term" + "$mod SHIFT, RETURN, exec, ${exe pkgs.app2unit} -t service -C -s app-graphical.slice -- ${exe pkgs.alacritty} --class termTerminal -e ${exe pkgs.tmux} new-session -A -s term" + "$mod SHIFT, SPACE, exec, ${exe pkgs.app2unit} -t service -C -s app-graphical.slice -- ${exe pkgs.alacritty} --class termTerminal -e ${exe pkgs.tmux} new-session -A -s term" "$mod, j, layoutmsg,cyclenext" "$mod, k, layoutmsg,cycleprev"