From a0538fb649e3d655700e98cbb8a4c683911a7c13 Mon Sep 17 00:00:00 2001 From: afkjohn Date: Sat, 10 Feb 2024 16:04:12 +0700 Subject: [PATCH] added missing plus(+) sign --- .config/hypr/keybinds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/keybinds.conf b/.config/hypr/keybinds.conf index 13940222..c9e1061b 100644 --- a/.config/hypr/keybinds.conf +++ b/.config/hypr/keybinds.conf @@ -17,7 +17,7 @@ bind = Super, C, exec, code --password-store=gnome --enable-features=UseOzonePla bind = Super, T, exec, foot --override shell=fish #bind = Super, Return, exec, foot --override shell=fish bind = Super, E, exec, nautilus --new-window -bind = SuperAlt, E, exec, thunar +bind = Super+Alt, E, exec, thunar bind = Super, W, exec, firefox bind = Control+Super, W, exec, thorium-browser --ozone-platform-hint=wayland --gtk-version=4 --ignore-gpu-blocklist --enable-features=TouchpadOverscrollHistoryNavigation bind = Control+Super+Alt, E, exec, /usr/bin/microsoft-edge-stable --password-store=gnome --ozone-platform-hint=wayland --gtk-version=4 --ignore-gpu-blocklist --enable-features=TouchpadOverscrollHistoryNavigation