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
| { | |
| config, | |
| pkgs, | |
| options, | |
| ... | |
| }: let | |
| hostname = "oatman-pc"; # to alllow per-machine config | |
| in { | |
| networking.hostName = hostname; |
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
| This file helps you mute every discord channel in your account | |
| you have to run it in the developer console on the web client | |
| follow the instructions below. this is tested on firefox and chrome. | |
| 1. open the discord webapp at https://discord.com/channels/@me | |
| 2. manually expand all server folders | |
| (note any servers inside collapsed server folders will not be modified, this can be useful for leaving certain groups of servers unmodified) | |
| 3. open browser network inspector | |
| 4. right click on a sever icon | |
| 5. (un)mute a server |
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 python3 | |
| # !! NOTE - this script is no longer maintained... please see the repo for further | |
| # updates: https://github.com/jheddings/notes2notion | |
| # this script attempts to migrate from Apple Notes to Notion while retaining as | |
| # much information and formatting as possible. there are limitations to the | |
| # export data from Notes, so we try to preserve the intent of the original note. | |
| # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, |
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
| ; ---------------------------------------------------- ; | |
| ; TabsOnWheels ; | |
| ; ---------------------------------------------------- ; | |
| ; Switch browser (or other program's) tabs with your mouse wheel when hovering over the tab bar (and optionally address bar). | |
| ; Press Middle/Wheel Mouse Click to switch tabs from anywhere in the program. | |
| ; If the target window is inactive when starting to scroll, it will be activated. | |
| ; | |
| ; Install https://www.autohotkey.com/ (Windows only) to run. | |
| ; To auto-start, copy the script or a shortcut to your | |
| ; Start Menu\Programs\Startup directory |