mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 19:06:34 +01:00
improve sway config
This commit is contained in:
parent
32018c31a4
commit
6479fa050e
2 changed files with 24 additions and 1 deletions
|
@ -384,6 +384,26 @@ in
|
|||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = [ "@wf" ];
|
||||
};
|
||||
"MusicBrainz Artis" = {
|
||||
urls = [
|
||||
{
|
||||
template = "https://musicbrainz.org/search";
|
||||
params = [
|
||||
{
|
||||
name = "query";
|
||||
value = "{searchTerms}";
|
||||
}
|
||||
{
|
||||
name = "type";
|
||||
value = "artis";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
iconUpdateURL = "https://musicbrainz.org/static/images/favicons/apple-touch-icon-180x180.png";
|
||||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = [ "@mb" ];
|
||||
};
|
||||
"DuckDuckGo" = {
|
||||
urls = [
|
||||
{
|
||||
|
|
|
@ -20,14 +20,17 @@ in
|
|||
output = {
|
||||
HDMI-A-4 = {
|
||||
mode = "1280x1024@75.025Hz";
|
||||
pos = "2560 0";
|
||||
};
|
||||
HDMI-A-3 = {
|
||||
mode = "2560x1440@143.991Hz";
|
||||
adaptive_sync = "on";
|
||||
pos = "0 0";
|
||||
};
|
||||
DP-3 = {
|
||||
mode = "1920x1080@60.000Hz";
|
||||
transform ="270";
|
||||
transform = "270";
|
||||
pos = "-1080 0";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue