From be1f812b576e20038555eada7c6765d1a6eee9d4 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 11 Apr 2023 16:12:11 -0400 Subject: [PATCH] hyprland: Change default keybindings Super+Enter is now the infamous new terminal keybind, and Super+Q now closes windows as expected. Other changes include using a single instance for kitty and adding basic screenshotting functionality. --- hyprland/.config/hypr/hyprland.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index bca2d10e..619997d1 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -121,13 +121,13 @@ device:epic-mouse-v1 { $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, Q, exec, kitty -bind = $mainMod, C, killactive, -bind = $mainMod, M, exit, -bind = $mainMod, E, exec, dolphin +bind = $mainMod, Return, exec, kitty --single-instance +bind = $mainMod, Q, killactive, +bind = $mainMod, P, exec, grimblast copy area +bind = $mainMod, escape, exit, bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, wofi --show drun -bind = $mainMod, P, pseudo, # dwindle +bind = $mainMod, B, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle # Move focus with mainMod + hjkl