Last active
October 7, 2018 14:53
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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