Skip to content

Instantly share code, notes, and snippets.

@rhalff
Forked from bijanebrahimi/i3-config
Created October 7, 2018 14:53
Show Gist options
  • Save rhalff/3b92c1b4f6eec4b9b57672b1f61788cd to your computer and use it in GitHub Desktop.
Save rhalff/3b92c1b4f6eec4b9b57672b1f61788cd 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