add pin hyprland bind

This commit is contained in:
Evan Reichard 2025-04-22 07:46:05 -04:00
parent 5455230930
commit a6a9a97650
2 changed files with 5 additions and 5 deletions

View File

@ -45,9 +45,9 @@ in
}; };
}; };
# home.packages = with pkgs; [ home.packages = with pkgs; [
# catppuccin-gtk jellyfin-media-player
# ]; ];
dconf = { dconf = {
settings = { settings = {

View File

@ -39,8 +39,8 @@ in
"$mainMod, Q, killactive" "$mainMod, Q, killactive"
"$mainMod, M, exit" "$mainMod, M, exit"
"$mainMod, V, togglefloating" "$mainMod, V, togglefloating"
"$mainMod, P, pseudo" # dwindle "$mainMod, P, pin"
"$mainMod, J, togglesplit" # dwindle "$mainMod, J, togglesplit"
"$mainMod, S, togglespecialworkspace, magic" "$mainMod, S, togglespecialworkspace, magic"
"$mainMod SHIFT, S, movetoworkspace, special:magic" "$mainMod SHIFT, S, movetoworkspace, special:magic"