Skip to content

Commit

Permalink
hyprland: group keybinds, animations
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmanishere committed May 7, 2024
1 parent 2209a9c commit 63302aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/wayland-shell/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ in {
"SUPERSHIFT, O, toggleopaque"
"SUPERSHIFT, J, workspaceopt, allfloat"
"SUPER, G, togglegroup"
"SUPERSHIFT, G, moveintogroup"
"SUPER, grave, changegroupactive, f"

"SUPER, left, movefocus, l"
Expand Down Expand Up @@ -240,6 +241,7 @@ in {
"border, 1, 10, default"
"fade, 1, 10, default"
"workspaces, 1, 6, default"
"specialWorkspace, 1, 10, default, slidefadevert"
];
};
extraConfig = builtins.readFile ./hyprland.conf;
Expand All @@ -263,6 +265,7 @@ in {
${pkgs.pipewire}/bin/pw-cli i all 2>&1 | ${pkgs.ripgrep}/bin/rg running -q
# only suspend if audio isn't running
if [ $? == 1 ]; then
exit
${pkgs.systemd}/bin/systemctl suspend
fi
'';
Expand Down

0 comments on commit 63302aa

Please sign in to comment.