You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transform LOOP0 language to Python code and execute it.
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
[ISE] [EIT] Vagrantfile for automatic VM provisioning
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
Personal subset of the gitmoji standard for better collaborative work!
Personal gitmoji subset
Intro
The idea to use semantic symbols in Git commit messages is not exactly new.
A while ago, I used the following three basic ASCII symbols at the beginning of my commit messagesand my changelog entries:
i3wm: Tricks to assign "problematic" applications to a specific workspace/layout.
i3 Window Manager Tips and Tricks
...to assign applications to a specific workspace/layout.
i3wm makes it easy to assign applications to workspaces and save and restore layouts - which is e.g. useful for auto-starting always needed software.
To make these assignments, you need specific window properties so that you can tell i3 to assign [class="Your-app"] → 1 (in this example, Your-app will be assigned to workspace 1).
In many cases this just works. However, there are also many popular programs that do not initially set the correct window class or other properties on startup, which can be frustrating.
This cheat sheet aims to show the problems and possible resolutions (or worse: workarounds) for more or less problematic applications.