hyprland: bind mod+h/n to change active group tab
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-18 20:18:48 -04:00
parent 496461e9a4
commit 1c8f5452ce

View file

@ -41,6 +41,8 @@ in {
"$mod,E,exec,${lib.getExe cfg.defaultApps.editor}" "$mod,E,exec,${lib.getExe cfg.defaultApps.editor}"
"$mod,F,exec,${lib.getExe cfg.defaultApps.fileManager}" "$mod,F,exec,${lib.getExe cfg.defaultApps.fileManager}"
"$mod,F11,exec,pkill -SIGUSR1 waybar" "$mod,F11,exec,pkill -SIGUSR1 waybar"
"$mod,H,changegroupactive,b"
"$mod,L,changegroupactive,f"
"$mod,Left,changegroupactive,b" "$mod,Left,changegroupactive,b"
"$mod,R,exec,${lib.getExe config.programs.rofi.package} -show combi" "$mod,R,exec,${lib.getExe config.programs.rofi.package} -show combi"
"$mod,Right,changegroupactive,f" "$mod,Right,changegroupactive,f"