From 4ff9589e42859920c678732b993f19b6dea91b82 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 26 Oct 2025 17:14:12 -0400 Subject: stuff --- hyprland/binds.nix | 19 ++++++++++++++----- hyprland/hyprland.nix | 6 +++++- 2 files changed, 19 insertions(+), 6 deletions(-) (limited to 'hyprland') diff --git a/hyprland/binds.nix b/hyprland/binds.nix index c168415..c354fe1 100644 --- a/hyprland/binds.nix +++ b/hyprland/binds.nix @@ -32,12 +32,12 @@ in { "$mod, Q, killactive," "$mod, F, fullscreen," #"$mod, G, togglegroup," - "$mod SHIFT, N, changegroupactive, f" - "$mod SHIFT, P, changegroupactive, b" - "$mod, R, togglesplit," + # "$mod SHIFT, N, changegroupactive, f" + # "$mod SHIFT, P, changegroupactive, b" + #"$mod, R, togglesplit," "$mod, T, togglefloating," - "$mod, P, pseudo," - "$mod ALT, ,resizeactive," + #"$mod, P, pseudo," + #"$mod ALT, ,resizeactive," "$mod, left, movefocus, l" "$mod, right, movefocus, r" @@ -57,6 +57,15 @@ in { "$mod SHIFT, k, movewindow, u" "$mod SHIFT, j, movewindow, d" + "$mod CTRL, left, resizeactive, -10 0" + "$mod CTRL, down, resizeactive, 0 10" + "$mod CTRL, up, resizeactive, 0 -10" + "$mod CTRL, right, resizeactive, 10 0" + "$mod CTRL, h, resizeactive, -10 0" + "$mod CTRL, j, resizeactive, 0 10" + "$mod CTRL, k, resizeactive, 0 -10" + "$mod CTRL, l, resizeactive, 10 0" + "$mod, D, exec, uwsm app -- ghostty" "$mod, b, exec, librewolf" "$mod, space, exec, pkill rofi || rofi -show drun" diff --git a/hyprland/hyprland.nix b/hyprland/hyprland.nix index 9a84485..dd098e7 100644 --- a/hyprland/hyprland.nix +++ b/hyprland/hyprland.nix @@ -42,9 +42,12 @@ "f[1], gapsout:0, gapsin:0" ]; exec-once = [ + "gnome-keyring-daemon --replace --start --components=pkcs11,secrets,ssh" "xrandr --output DP-3 --primary" "uwsm app -- waybar" - "[workspace 1 silent] uwsm app -- ghostty" + "nm-applet --indicator" + "/run/current-system/sw/libexec/polkit-gnome-authentication-agent-1" + "[workspace 1 silent] uwsm app -- ghostty -e tmux attach -t dev || tmux new -s dev -c ~/dev" "[workspace 2 silent] uwsm app -- librewolf" #"[workspace 3 silent] uwsm app -- ghostty -e fish -c rmpc" "[workspace 3 silent] uwsm app -- discord" @@ -55,6 +58,7 @@ windowrule = [ "workspace 3 silent, class:(discord)" "workspace 6 silent, class:(steam)" + "workspace 4 silent, class:(org.keepassxc.KeePassXC)" "bordersize 0, floating:0, onworkspace:w[tv1]" "rounding 0, floating:0, onworkspace:w[tv1]" -- cgit v1.3.1