$ sudo cpupower frequency-info | grep 'boost state support' -A2 | grep Active
Active: yes ❌
| #!/bin/bash | |
| # Copy and set your current GTK3 theme over another's Flatpak theme. | |
| # It's like a raider takeover of some Flatpak theme 😁 🙃. | |
| # NOTICE: some Flatpak theme must be already installed. | |
| # | |
| # What if you set your custom GTK3 theme for your desktop and want it for Flatpak? | |
| # Use this script to takeover of another's Flatpak theme and set it! | |
| USAGE(){ |
| // ==UserScript== | |
| // @name Open url prompt | |
| // @version 0.0.3 | |
| // @match *://*/* | |
| // @author Flashwalker | |
| // @description Press Ctrl+Shift+: or Ctrl+Shift+' to open location prompt | |
| // @updateURL https://gist.githubusercontent.com/Flashwalker/c02e28809a897c4955f34e271db0e427/raw/open-url-prompt.user.js | |
| // @downloadURL https://gist.githubusercontent.com/Flashwalker/c02e28809a897c4955f34e271db0e427/raw/open-url-prompt.user.js | |
| // @homepage https://gist.github.com/Flashwalker/c02e28809a897c4955f34e271db0e427 | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Yandex dzen dark theme | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.0.3 | |
| // @description Set the dark theme on Yandex dzen | |
| // @author You | |
| // @match http*://dzen.ru/* | |
| // @match http*://*.dzen.ru/* | |
| // @match http*://*.*.dzen.ru/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=dzen.ru |
| #!/bin/bash | |
| # Cycle through input-remapper presets | |
| # https://github.com/sezanzeb/input-remapper | |
| ## First create presets in input-remapper GUI. Do not use spaces in presets names. | |
| ## Edit your device name and default preset name here: | |
| ######### Customize this config ####### | |
| device='Logitech USB Receiver' # or e.g. 'MX Anywhere 3S Mouse' # See your device name in the GUI | |
| configdir=~/'.config/input-remapper-2' |