This file contains hidden or 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 to startup | |
| bash -c 'sleep 5 && nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceCompositionPipeline = On }"' |
This file contains hidden or 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
| class TaskInlineHelper(CrispyFormSetHelper): | |
| def set_layout(self): | |
| self.label_class = "" | |
| self.field_class = "" | |
| self.layout = Layout( | |
| Column('task_type', css_class="s12 m6"), | |
| Column('name', css_class="s12 m6"), | |
| Column('instructions', css_class="s12 m6"), | |
| Column('direction', css_class="s12 m6"), | |
| Column('mode', css_class="s12 m6"), |
This file contains hidden or 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
| #!/bin/bash | |
| pip install cookiecutter | |
| cookiecutter --no-input https://github.com/audreyr/cookiecutter-pypackage.git | |