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
// Traverses an arbitrary struct and translates all stings it encounters | |
// | |
// I haven't seen an example for reflection traversing an arbitrary struct, so | |
// I want to share this with you. If you encounter any bugs or want to see | |
// another example please comment. | |
// | |
// The MIT License (MIT) | |
// | |
// Copyright (c) 2014 Heye Vöcking | |
// |
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
1. System Settings -> System Info -> Graphics -> Forced Fallback Mode ON | |
2. .gnomerc in your $HOME | |
export WINDOW_MANAGER=/usr/local/bin/awesome-wm | |
3. /usr/local/bin/awesome-wm | |
#!/bin/sh | |
awesome & | |
4. /usr/share/gnome-session/sessions/awesome.session | |
[GNOME Session] | |
Name=Awesome session | |
RequiredComponents=gnome-settings-daemon; |