Created
November 20, 2015 08:15
-
-
Save b-ggs/c3b710105d86d8545072 to your computer and use it in GitHub Desktop.
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
Get window class or window role: | |
xprop | grep CLASS | |
xprop | grep ROLE | |
Plug values into i3 config: | |
for_window [class="#{CLASS_NAME}"] move container to workspace #{WORKSPACE} | |
for_window [window_role="#{WINDOW_ROLE}"] move container to workspace #{WORKSPACE} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment