From 71f4c7b80a050cb77482393d27ebca60bfb6cf96 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 17 Aug 2023 10:00:45 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/home-manager/hyprland-conf.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/nixos-laptop/home-manager/hyprland-conf.nix b/hosts/nixos-laptop/home-manager/hyprland-conf.nix index 1c6ef89f..83fa67e9 100644 --- a/hosts/nixos-laptop/home-manager/hyprland-conf.nix +++ b/hosts/nixos-laptop/home-manager/hyprland-conf.nix @@ -152,7 +152,8 @@ bind = $mainMod SHIFT, right, movetoworkspace, e+1 bind = $mainMod SHIFT, left, movetoworkspace, e-1 # Set up the FN keys: - + # Use rofi as an alt-tab switcher + bind = ALT TAB, , exec, rofi -show window # Start the config: exec-once=bash ~/.config/hypr/start.sh