From 6d4395fd85ee09e7cd8a884afd833d9e7304e895 Mon Sep 17 00:00:00 2001 From: "Reid \"reidlab" Date: Thu, 25 Jul 2024 17:32:27 -0700 Subject: [PATCH] alt tab --- modules/desktop/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index d60d5a0..3bca2bd 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -137,6 +137,8 @@ in { ", XF86LaunchA, exec, ${screenshotScript}" ", XF86LaunchB, exec, ${lib.getExe pkgs.rofi-rbw-wayland} -a copy -t password --clear-after 20" + + "ALT, Tab, exec, ${lib.getExe pkgs.rofi-wayland} -show window" ] ++ ( # workspaces # binds $mod + [shift +] {1..10} to [move to] workspace {1..10}