Merge branch 'master' of github.com:mightypanders/dotfiles

This commit is contained in:
mightypanders 2022-05-15 12:37:17 +02:00
commit 15ba81073a

View File

@ -55,14 +55,6 @@ var sites = {
YouTube: "https://www.youtube.com/", YouTube: "https://www.youtube.com/",
threema: "https://web.threema.ch", threema: "https://web.threema.ch",
}, },
/* "Games": { // To find the game ID check the url in the store page or the community page
"CS:GO" : "steam://run/730",
"Besiege" : "steam://run/346010",
"Rust" : "steam://run/252490",
"Insurgency" : "steam://run/222880",
"West of Loathing" : "steam://run/597220",
"POSTAL 2" : "steam://run/223470"
},*/
News: { News: {
golem: "https://www.golem.de/", golem: "https://www.golem.de/",
heise: "https://www.heise.de/", heise: "https://www.heise.de/",
@ -91,10 +83,20 @@ var sites = {
kanban: "http://kanboard.brudi.xyz", kanban: "http://kanboard.brudi.xyz",
media: "https://media.hartzarett.ruhr" media: "https://media.hartzarett.ruhr"
}, },
Games: {
// To find the game ID check the url in the store page or the community page
"CS:GO": "steam://run/730",
"Lost Ark": "steam://run/1599340",
"Golf It!": "steam://run/571740",
PUBG: "steam://run/578080",
// "West of Loathing": "steam://run/597220",
// "POSTAL 2": "steam://run/223470",
},
}; };
var search = { var search = {
default: "https://google.com/search", default: "https://duckduckgo.com/",
g: "https://google.com/search",
d: "https://duckduckgo.com/", d: "https://duckduckgo.com/",
s: "https://startpage.com/do/search", s: "https://startpage.com/do/search",
}; };