diff --git a/hypr/hyprland/keybinds.conf b/hypr/hyprland/keybinds.conf index be2a2eb..02db3a0 100755 --- a/hypr/hyprland/keybinds.conf +++ b/hypr/hyprland/keybinds.conf @@ -6,7 +6,7 @@ bind = Super, C, exec, code --password-store=gnome-libsecret # Launch VSCode (editor) bind = Super, E, exec, nautilus --new-window # Launch file manager bind = Super, W, exec, firefox --new-window # Launch Firefox -bind = Super, X, exec, kwrite # Launch GNOME Text Editor +bind = Super, X, exec, gnome-text-editor # Launch Text Editor bind = Super, B, exec, killall btop || ghostty -e btop # Launch btop (system monitor) bind = Super, Space, exec, eww open main --toggle # Launch dashboard (eww) bind = Super+Shift, V, exec, pavucontrol # Launch pavucontrol (volume mixer)