Add handling for Guake

This commit is contained in:
tactonbishop 2022-05-15 19:02:14 +01:00
parent 2899e9ed48
commit 92b8a4a86b

View file

@ -186,6 +186,11 @@ bindsym $mod+Ctrl+h split v
# split in vertical orientation # split in vertical orientation
bindsym $mod+Ctrl+v split h 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) -# # --- Task switcher (Rofi) -#
# Launch window switcher # Launch window switcher
@ -194,6 +199,8 @@ bindsym $mod+space exec rofi -show window
# Launch applications # Launch applications
bindsym $sup+space exec rofi -show run bindsym $sup+space exec rofi -show run
# --- Status bar (Polybar) --- # # --- Status bar (Polybar) --- #
# Launch Polybar on init instead of default i3bar: # Launch Polybar on init instead of default i3bar: