From d6342e54d01b2aae0a2f64ce6951c2056f2cb174 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Mon, 3 Jul 2023 19:10:37 +0200 Subject: [PATCH] add support for more launcher keys to i3 --- .config/i3/config.cgt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/i3/config.cgt b/.config/i3/config.cgt index 4c28787..ef77290 100644 --- a/.config/i3/config.cgt +++ b/.config/i3/config.cgt @@ -41,6 +41,8 @@ bindsym XF86AudioPrev exec playerctl previous # other fancy keys bindsym XF86Mail exec <% opt.commands.email %> bindsym XF86Calculator exec <% opt.commands.calculator %> +bindsym XF86Explorer exec <% opt.commands.file_manager %> +bindsym XF86HomePage exec <% opt.commands.browser %> # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod