Add handling for Guake
This commit is contained in:
parent
2899e9ed48
commit
92b8a4a86b
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue