From c0b8c3e903ccdcd6b9db129dd8d7e2c566448438 Mon Sep 17 00:00:00 2001 From: Akina Date: Sat, 23 May 2026 15:32:27 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20thunar=20=E9=94=AE?= =?UTF-8?q?=E4=BD=8D=20(Mod+E)=EF=BC=8C=E6=95=B4=E7=90=86=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=99=A8=E9=94=AE=E4=BD=8D=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.kdl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.kdl b/config.kdl index f193474..b298ad9 100644 --- a/config.kdl +++ b/config.kdl @@ -363,8 +363,9 @@ binds { Mod+Shift+Slash { show-hotkey-overlay; } // Suggested binds for running programs: terminal, app launcher, screen locker. - Mod+T hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; } + Mod+E hotkey-overlay-title="Open a File manager: thunar" { spawn "thunar"; } Mod+D hotkey-overlay-title="Run an Application: rofi" { spawn-sh "rofi -show drun"; } + Mod+T hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; } Mod+B hotkey-overlay-title="Run an Browser: firefox" { spawn "firefox"; } Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }