Compare commits

...

6 Commits

54 changed files with 1482 additions and 1433 deletions

View File

@ -97,6 +97,6 @@ end_of_line = crlf
# YAML requires spaces. The GitHub citation files look YAML to me.
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files
[*.{cff,yaml,yml,json}]
[*.{cff,yaml,yml}]
indent_style = space
indent_size = 2

View File

@ -41,7 +41,14 @@ repos:
args:
# Remember also: --no-sort-keys
# ASCII excludes the älphäbet amongst others
[--autofix, --no-ensure-ascii]
[
--autofix,
--indent,
"\t",
--no-ensure-ascii,
--top-keys,
"Name,name",
]
# Markdown Table of Contents generation.
- repo: https://github.com/thlorenz/doctoc
@ -53,7 +60,7 @@ repos:
# GitHub Actions etc. configuration validity checking
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.0
rev: 0.29.1
hooks:
#- id: check-jsonschema
- id: check-dependabot

View File

@ -0,0 +1,42 @@
[
{
"name": "Darkman toggle",
"command": "darkman toggle"
},
{
"name": "Lock screen",
"command": "loginctl lock-session"
},
{
"name": "Power off",
"command": "systemctl poweroff"
},
{
"name": "Reboot",
"command": "systemctl reboot"
},
{
"name": "Screenshot [all monitors]",
"command": "spectacle --background --pointer"
},
{
"name": "Screenshot active window",
"command": "spectacle --background --pointer --activewindow"
},
{
"name": "Suspend",
"command": "systemctl suspend"
},
{
"name": "Top#5 memory eaters",
"command": "kdeconnect-cli -d $(kdeconnect-cli -a --id-only) --ping-msg \"$(ps -eo pid,%mem,cmd --sort=-%mem | head -n 6)\""
},
{
"name": "Unlock",
"command": "loginctl unlock-session"
},
{
"name": "Do [Not] Disturb",
"command": "qdbus org.kde.kglobalaccel /component/plasmashell invokeShortcut \"toggle do not disturb\""
}
]

View File

@ -96,44 +96,44 @@
"Containers": {
"Default": [
{
"name": "ff",
"color": "white",
"icon": "chill",
"name": "ff"
"icon": "chill"
},
{
"name": "Fedi",
"color": "green",
"icon": "tree",
"name": "Fedi"
"icon": "tree"
},
{
"name": "Git",
"color": "pink",
"icon": "briefcase",
"name": "Git"
"icon": "briefcase"
},
{
"name": "Google",
"color": "orange",
"icon": "chill",
"name": "Google"
"icon": "chill"
},
{
"name": "HSL",
"color": "blue",
"icon": "vacation",
"name": "HSL"
"icon": "vacation"
},
{
"name": "IM",
"color": "purple",
"icon": "chill",
"name": "IM"
"icon": "chill"
},
{
"name": "LinkedIn",
"color": "cyan",
"icon": "briefcase",
"name": "LinkedIn"
"icon": "briefcase"
},
{
"name": "WhatsApp",
"color": "green",
"icon": "pet",
"name": "WhatsApp"
"icon": "pet"
}
]
},
@ -951,48 +951,48 @@
"SearchEngines": {
"Add": [
{
"Name": "DuckDuckGo Lite",
"Alias": "dl",
"Description": "Minimal, ad-free version of DuckDuckGo",
"IconURL": "https://start.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
"Method": "POST",
"Name": "DuckDuckGo Lite",
"PostData": "q={searchTerms}",
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}"
},
{
"Name": "DuckDuckGo Start",
"Alias": "d",
"Description": "DuckDuckGo Start page version",
"IconURL": "https://start.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
"Method": "GET",
"Name": "DuckDuckGo Start",
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
"URLTemplate": "https://start.duckduckgo.com/?q={searchTerms}"
},
{
"Name": "Ecosia",
"Alias": "e",
"Description": "Ecosia Search Engine",
"IconURL": "https://cdn-static.ecosia.org/static/icons/favicon.ico",
"Method": "GET",
"Name": "Ecosia",
"SuggestURLTemplate": "https://ac.ecosia.org/autocomplete?q={searchTerms}",
"URLTemplate": "https://www.ecosia.org/search?q={searchTerms}&addon=firefoxgpo"
},
{
"Name": "Brave Search",
"Alias": "b",
"Description": "Brave Search",
"IconURL": "https://cdn.search.brave.com/serp/v2/_app/immutable/assets/favicon.acxxetWH.ico",
"Method": "GET",
"Name": "Brave Search",
"SuggestURLTemplate": "https://search.brave.com/api/suggest?q={searchTerms}",
"URLTemplate": "https://search.brave.com/search?q={searchTerms}"
},
{
"Name": "Brave Search Goggles",
"Alias": "bg",
"Description": "Brave Search Goggles",
"IconURL": "https://cdn.search.brave.com/serp/v2/_app/immutable/assets/favicon.acxxetWH.ico",
"Method": "GET",
"Name": "Brave Search Goggles",
"SuggestURLTemplate": "https://search.brave.com/api/suggest?q={searchTerms}",
"URLTemplate": "https://search.brave.com/goggles?q={searchTerms}"
}