Skip to content

Instantly share code, notes, and snippets.

@ericsonj
Forked from indeedwatson/i3 dropdown terminal
Created April 16, 2021 11:14
Show Gist options
  • Save ericsonj/5729f2939c36f2bee8cae8887b643854 to your computer and use it in GitHub Desktop.
Save ericsonj/5729f2939c36f2bee8cae8887b643854 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