Skip to content

Instantly share code, notes, and snippets.

@bijanebrahimi
Last active October 7, 2018 14:53
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bijanebrahimi/6641e8022dffb2e6a5dd to your computer and use it in GitHub Desktop.
Save bijanebrahimi/6641e8022dffb2e6a5dd to your computer and use it in GitHub Desktop.
Run terminator as a drop-down tiling terminal in i3-wm using scratchpad
# Add this to your i3 config (~/.config/i3/config) and restart i3 (Super+Shift+R)
exec --no-startup-id "terminator -m"
for_window [class="Terminator" title="^((?!Terminator Preferences).)*$"] move scratchpad, move position 0 0, resize set 1366 768;
bindsym F1 [class="Terminator"] scratchpad show;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment