From 92b8a4a86bb94a28f28ad38741fb301fdf7b793d Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sun, 15 May 2022 19:02:14 +0100 Subject: [PATCH] Add handling for Guake --- i3/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/i3/config b/i3/config index 31f1cf0..cc192c6 100644 --- a/i3/config +++ b/i3/config @@ -186,6 +186,11 @@ bindsym $mod+Ctrl+h split v # split in vertical orientation bindsym $mod+Ctrl+v split h +# --- Dropdown terminal (Guake) -# + +# Set Guake to work as floating window +for_window [instance="guake"] floating enable + # --- Task switcher (Rofi) -# # Launch window switcher @@ -194,6 +199,8 @@ bindsym $mod+space exec rofi -show window # Launch applications bindsym $sup+space exec rofi -show run + + # --- Status bar (Polybar) --- # # Launch Polybar on init instead of default i3bar: