Skip to content

Instantly share code, notes, and snippets.

@thevtm
Created November 27, 2020 15:51
Show Gist options
  • Save thevtm/16511e71c9b21e69088579aa8c421412 to your computer and use it in GitHub Desktop.
Save thevtm/16511e71c9b21e69088579aa8c421412 to your computer and use it in GitHub Desktop.
Alacritty terminal drop down (Quake style) using tdrop and sxhkd
# https://github.com/alacritty/alacritty
# https://github.com/dancor/wmctrl
# https://github.com/baskerville/sxhkd
# https://github.com/noctuid/tdrop
super + z
tdrop -n top --width 100% --height 30% --post-map-hook 'wmctrl -r "Alacritty - Drop Down - Top" -b add,above,sticky' alacritty --title 'Alacritty - Drop Down - Top'
super + shift + z
tdrop -n bottom -y 64% --width 100% --height 30% --post-map-hook 'wmctrl -r "Alacritty - Drop Down - Bottom" -b add,above,sticky' alacritty --title 'Alacritty - Drop Down - Bottom'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment