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 | |
| # handy external script paste — GNOME wayland | |
| # | |
| # Behavior: | |
| # - If an Emacs frame currently holds keyboard focus, insert the text | |
| # directly via emacsclient (no clipboard, no synthetic keystrokes). | |
| # Respects evil-mode state: | |
| # * normal/motion/visual -> kill-new + evil-paste-after (behaves like yank) | |
| # * insert/emacs/other -> plain (insert text) at point | |
| # - Otherwise, fall back to the original clipboard + ydotool Ctrl+Shift+V path. |
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
| {"bundledScriptStyles":[{"id":"Mandatory-CSS-Variables-Colors","category":"Mandatory","css":":root {\n --turn-icon: #F80;\n --hq-icon: #3884e8;\n --rnd-icon: #0A0;\n --archives-icon: #CC2118;\n --remote-icon: #AAA;\n --stack-icon: #8A2;\n --grip-icon: #437bbc;\n --heap-icon: #bd4942;\n --access-icon: gold;\n --action-icon: #F80;\n --mulligan-keep-icon: white;\n --mulligan-mull-icon: red;\n}\n\n/* in case script fails to pop out an animation, this will at least make the ghosts disappear */\n@keyframes hide {\n 0% {\n opacity: 1;\n }\n 90% {\n opacity: 1;\n }\n 100% {\n opacity: 0;\n display: none;\n }\n}\n\n#ghosts, .ghost {\n pointer-events: none;\n}\n\n#ghosts > * {\n display: none;\n}\n","default":true,"description":"Some other settings will refer to the shared variables set here.","name":"Colors","series":"CSS Variables"},{"id":"Quality-of-life-none-Sort-archive-when-pressing-Control-key","category":"Quality of life","css":".discard-container .panel.popup {\n padding-top: 2 |