summaryrefslogtreecommitdiffstats
path: root/hyprland
diff options
context:
space:
mode:
authorAndrew <admonty1@protonmail.com>2025-10-26 17:14:12 -0400
committerAndrew <admonty1@protonmail.com>2025-10-26 17:14:12 -0400
commit4ff9589e42859920c678732b993f19b6dea91b82 (patch)
tree228426b42081b6076a88d43c5cb4f98bc8957e07 /hyprland
parentimpurities for librewolf (diff)
downloadnixos-4ff9589e42859920c678732b993f19b6dea91b82.tar.gz
nixos-4ff9589e42859920c678732b993f19b6dea91b82.tar.bz2
nixos-4ff9589e42859920c678732b993f19b6dea91b82.zip
stuff
Diffstat (limited to '')
-rw-r--r--hyprland/binds.nix19
-rw-r--r--hyprland/hyprland.nix6
2 files changed, 19 insertions, 6 deletions
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]"