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
| /* background color */ | |
| .site-header, | |
| #page { | |
| background-color: rgb(235, 235, 235) !important; | |
| } | |
| /* hides sidebar */ | |
| .sidebar { | |
| display: none; | |
| } |
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
| /* hides some elements */ | |
| #sr-header-area, | |
| #header-img, | |
| #RESAccountSwitcherIcon, | |
| #NREMail.nohavemail, | |
| .res-toggle-filterline-visibility, | |
| .res-show-images, | |
| .side, | |
| .userkarma, | |
| .footer-parent, |
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
| /* hides overlays - video player */ | |
| .passthrough-events { | |
| display: none !important; | |
| } | |
| /* hides overlays - chat */ | |
| .new-chatter-ritual { | |
| display: none !important; | |
| } |
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
| * { | |
| -moz-appearance: none !important; | |
| border: none !important; | |
| text-shadow: none !important; | |
| box-shadow: none !important; | |
| padding: 0 !important; | |
| margin: 0 !important; | |
| transition-duration: 1ms !important; | |
| transition-delay: 1ms !important; | |
| } |
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
| ffmpeg -y \ | |
| -thread_queue_size 512 -f x11grab \ | |
| -s 1920x1080 -r 60 \ | |
| -i :0 \ | |
| -thread_queue_size 1024 -f pulse \ | |
| -i default \ | |
| -c:v libx264 -preset fast -b:v 10M -pix_fmt nv12 \ | |
| -c:a aac -b:a 320K \ | |
| output.mkv |
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
| gstreamer | |
| https://askubuntu.com/a/1340796 | |
| ~/.local/share/Steam/steamapps/common/Proton 7.0/dist/lib/wine/dxvk/d3d9.dll | |
| Dxvk location | |
| https://www.omgubuntu.co.uk/2022/07/nautilus-admin-open-file-as-root-ubuntu | |
| to preview gtk themes: | |
| thewidgetfactory / gtk3-widget-factory |
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
| waifu2x-ncnn-vulkan.exe -i input -o output -n 3 -s 2 -t 300 -j 1:2:2 |
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
| powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c | |
| start steam://rungameid/638970 | |
| pause | |
| powercfg /setactive 381b4222-f694-41f0-9685-ff5bb260df2e |
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
| powercfg /setactive 381b4222-f694-41f0-9685-ff5bb260df2e |
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
| powercfg /setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c |