Skip to content

Instantly share code, notes, and snippets.

@indeedwatson
Last active August 6, 2022 01:00
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save indeedwatson/2bfc3c533d172a2f62da4ebdc752b39c to your computer and use it in GitHub Desktop.
Save indeedwatson/2bfc3c533d172a2f62da4ebdc752b39c to your computer and use it in GitHub Desktop.
Dropdown terminal for i3 utilizing the scratchpad
exec --no-startup-id termite --name dropdown &
bindsym $mod+i [instance="dropdown"] scratchpad show, move position center
for_window [instance="dropdown"] floating enable, resize set 800 600, \
move scratchpad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment