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
" .ideavimrc configuration based on AstroNvim mappings | |
" Enable IdeaVim plugins | |
set ideajoin | |
set highlightedyank | |
set surround | |
set nerdtree | |
set which-key | |
set matchit | |
set commentary |
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
[ | |
{ | |
"context": "Editor", | |
"bindings": { | |
"ctrl-h": ["workspace::ActivatePaneInDirection", "Left"], | |
"ctrl-j": ["workspace::ActivatePaneInDirection", "Down"], | |
"ctrl-k": ["workspace::ActivatePaneInDirection", "Up"], | |
"ctrl-l": ["workspace::ActivatePaneInDirection", "Right"], | |
"ctrl-s": "workspace::Save" | |
} |
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
// ==UserScript== | |
// @name Facebook & Messenger Auto-Reloader | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description Reloads Facebook and Messenger pages when leaving the tab to prevent high CPU usage | |
// @author Me | |
// @match https://*.facebook.com/* | |
// @match https://*.messenger.com/* | |
// @grant none | |
// @run-at document-idle |
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
/* ==UserStyle== | |
@name Messenger reduce space | |
@author Me | |
@description Reduce the space used on messenger | |
@version 1.0.0 | |
@license MIT | |
==/UserStyle== */ | |
@-moz-document domain("messenger.com"), domain("www.messenger.com") { | |
div.__fb-dark-mode, | |
div.__fb-light-mode { |
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
// ==UserScript== | |
// @name YT: not interested in one click | |
// @description Hover a thumbnail on YouTube to quickly mark "Not interested" or "Don't recommend channel" | |
// @version 1.4.0 | |
// | |
// @match https://www.youtube.com/* | |
// | |
// @noframes | |
// @grant 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
// ==UserScript== | |
// @name Facebook Favicon | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Replace Facebook's favicon with an emoji or custom SVG | |
// @author azdanov | |
// @match https://*.facebook.com/* | |
// @grant none | |
// @run-at document-start | |
// ==/UserScript== |
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
// ==UserScript== | |
// @name Facebook Favicon Swap | |
// @namespace https://tampermonkey.net/ | |
// @version 1.0 | |
// @description Swaps the Facebook favicon with a custom emoji | |
// @match *://www.facebook.com/* | |
// @grant none | |
// ==/UserScript== | |
(function() { |
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
{ | |
"env": { | |
"PATH": "$(PATH):$(HOME)\/.local\/bin" | |
}, | |
"apps": [ | |
{ | |
"name": "720p60 Desktop", | |
"prep-cmd": [ | |
{ | |
"do": "bash \/home\/georg\/.config\/sunshine\/prepare_steam.sh", |
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
return { | |
{ | |
"stevearc/conform.nvim", | |
optional = true, | |
opts = { | |
formatters_by_ft = { | |
["gotmpl"] = { "djlint" }, | |
}, | |
formatters = { | |
djlint = { |
NewerOlder