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; [
# catppuccin-gtk
# ];
home.packages = with pkgs; [
jellyfin-media-player
];
dconf = {
settings = {

View File

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