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
#!/usr/bin/bash | |
<<COMMENT | |
Rotate wacom device: | |
- Date: 2022-09-11 | |
- Device: 'Wacom one M' | |
- Requires | |
- xsetwacom | |
- xrandr | |
- xinput |
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 | |
<<COMMENT | |
Setup wacom device: | |
- Date: 2020-07-11 | |
- Device: 'Wacom one M' | |
- Dependency: | |
- xinput | |
- xsetwacom |
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
#!/usr/bin/bash | |
<<COMMENT | |
Setup wacom device: | |
- Date: 2022-09-11 | |
- Device: 'Wacom one M' | |
- Requires | |
- xsetwacom | |
- xrandr | |
- xinput |
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
#!/usr/bin/env -S dotnet fsi | |
open System | |
open System.IO | |
open System.Net | |
open System.Text | |
open System.Diagnostics | |
open System.Threading | |
""" |