From 795a8b775d37bedad553c2c593b8b77d814e4acd Mon Sep 17 00:00:00 2001 From: The_miro Date: Wed, 6 Nov 2024 18:46:05 +0100 Subject: [PATCH] Super-M -> micro Super-F -> file explorer (dolphin (for now)) --- desktopenvs/hyprland/hypr/hyprland.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index 971953d..25a5c67 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -35,7 +35,8 @@ monitor=,preferred,auto,auto # Set programs that you use $terminal = kitty -$fileManager = kitty micro +$fileManager = dolphin +$editor = kitty micro $menu = wofi @@ -189,7 +190,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier bind = $mainMod, T, exec, $terminal bind = $mainMod, Z, exec, $terminal btop bind = $mainMod, K, killactive, -bind = $mainMod, M, exit, +bind = $mainMod, M, exec, $editor bind = $mainMod, F, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, H, movecurrentworkspacetomonitor