From 382e2337358994136c9e106635f6b35bc195e889 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 17 Aug 2023 10:18:29 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/home-manager/hyprland-conf.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/nixos-laptop/home-manager/hyprland-conf.nix b/hosts/nixos-laptop/home-manager/hyprland-conf.nix index 83fa67e9..343543ad 100644 --- a/hosts/nixos-laptop/home-manager/hyprland-conf.nix +++ b/hosts/nixos-laptop/home-manager/hyprland-conf.nix @@ -35,7 +35,6 @@ disable_while_typing = true tap-to-click = true clickfinger_behavior = true - tap_and_drag = true drag_lock = true } sensitivity = 0 @@ -61,7 +60,7 @@ blur { enabled = true size = 50 - passes = 8d + passes = 8 } } @@ -153,7 +152,7 @@ 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 + bind = ALT-L TAB, , exec, rofi -show window # Start the config: exec-once=bash ~/.config/hypr/start.sh