Compare commits
No commits in common. "0506c6c92fc502e2f42cfb8bfcb1c6649236e550" and "f9837b7cab5fcaec02cbc9c8be9d258bbbeb66e1" have entirely different histories.
0506c6c92f
...
f9837b7cab
4 changed files with 4 additions and 21 deletions
|
@ -50,7 +50,7 @@ in
|
||||||
natural-scroll = true;
|
natural-scroll = true;
|
||||||
click-method = "clickfinger";
|
click-method = "clickfinger";
|
||||||
};
|
};
|
||||||
warp-mouse-to-focus = false;
|
warp-mouse-to-focus = true;
|
||||||
focus-follows-mouse.enable = false;
|
focus-follows-mouse.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -79,11 +79,6 @@ in
|
||||||
}
|
}
|
||||||
{ app-id = "mpv"; }
|
{ app-id = "mpv"; }
|
||||||
{ app-id = "Bitwarden"; }
|
{ app-id = "Bitwarden"; }
|
||||||
{
|
|
||||||
app-id = "ghidra-Ghidra";
|
|
||||||
# pop-up windows
|
|
||||||
title = "^win(.*)";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
open-floating = true;
|
open-floating = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,5 +61,4 @@
|
||||||
};
|
};
|
||||||
programs.ripgrep.enable = true;
|
programs.ripgrep.enable = true;
|
||||||
programs.man.generateCaches = true;
|
programs.man.generateCaches = true;
|
||||||
programs.fd.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -103,10 +103,6 @@
|
||||||
github-cli
|
github-cli
|
||||||
fuzzel
|
fuzzel
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
just
|
|
||||||
hugo
|
|
||||||
ghidra
|
|
||||||
sequoia
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.waybar.enable = true;
|
programs.waybar.enable = true;
|
||||||
|
@ -159,9 +155,4 @@
|
||||||
commit.gpgsign = true;
|
commit.gpgsign = true;
|
||||||
core.sshCommand = "ssh -i ~/.ssh/id.key";
|
core.sshCommand = "ssh -i ~/.ssh/id.key";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
|
||||||
# to make ghidra work on xwayland
|
|
||||||
_JAVA_AWT_WM_NONREPARENTING = 1;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,16 +13,14 @@
|
||||||
|
|
||||||
cything.io {
|
cything.io {
|
||||||
import common
|
import common
|
||||||
|
redir https://cy7.sh/posts{uri} permanent
|
||||||
|
|
||||||
header /.well-known/matrix/* Content-Type application/json
|
header /.well-known/matrix/* Content-Type application/json
|
||||||
header /.well-known/matrix/* Access-Control-Allow-Origin *
|
header /.well-known/matrix/* Access-Control-Allow-Origin *
|
||||||
header /.well-known/matrix/* Access-Control-Allow-Methods GET,POST,PUT,DELETE,OPTIONS,PATCH,HEAD
|
header /.well-known/matrix/* Access-Control-Allow-Methods GET,POST,PUT,DELETE,OPTIONS,PATCH,HEAD
|
||||||
header /.well-known/matrix/* Access-Control-Allow-Headers X-Requested-With,Content-Type,Authorization,Origin,Accept
|
header /.well-known/matrix/* Access-Control-Allow-Headers X-Requested-With,Content-Type,Authorization,Origin,Accept
|
||||||
route {
|
respond /.well-known/matrix/server {"m.server":"chat.cything.io:443"}
|
||||||
respond /.well-known/matrix/server {"m.server":"chat.cything.io:443"}
|
respond /.well-known/matrix/client {"m.server":{"base_url":"https://chat.cything.io"},"m.homeserver":{"base_url":"https://chat.cything.io"},"org.matrix.msc3575.proxy":{"url":"https://chat.cything.io"}}
|
||||||
respond /.well-known/matrix/client {"m.server":{"base_url":"https://chat.cything.io"},"m.homeserver":{"base_url":"https://chat.cything.io"},"org.matrix.msc3575.proxy":{"url":"https://chat.cything.io"}}
|
|
||||||
redir https://cy7.sh/posts{uri} permanent
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
www.cything.io {
|
www.cything.io {
|
||||||
|
|
Loading…
Add table
Reference in a new issue