qute experiments
This commit is contained in:
parent
e508a08b86
commit
ef0ae94080
7 changed files with 30 additions and 22 deletions
6
home/modules/programs/qutebrowser.nix
Normal file
6
home/modules/programs/qutebrowser.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
name = "pyrefly";
|
||||
publisher = "meta";
|
||||
version = "0.55.0";
|
||||
hash = "sha256-ur7lNIjnyU0gxv/B8wx2P76VaVgJRWEHyDG5BBfgbp8=";
|
||||
hash = "sha256-leduAq1xehbQwrzi9dTawZCqYYvyacTQP26QWTTdk6U=";
|
||||
}
|
||||
{
|
||||
name = "chatgpt";
|
||||
|
|
|
|||
|
|
@ -12,15 +12,15 @@
|
|||
matches = {
|
||||
base.matches = [
|
||||
{
|
||||
trigger = ":ip ";
|
||||
trigger = ";ip ";
|
||||
replace = "{{pubip}} ";
|
||||
}
|
||||
{
|
||||
trigger = ":gw2hs ";
|
||||
trigger = ";gw2hs ";
|
||||
replace = "Full Homestead ^w^ ";
|
||||
}
|
||||
{
|
||||
regex = ":format (?P<alphabet>\\S+) (?P<text>\\S+) ";
|
||||
regex = ";format (?P<alphabet>\\S+) (?P<text>\\S+) ";
|
||||
replace = "{{format_text}} ";
|
||||
vars = [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ in
|
|||
./xdg.nix
|
||||
../../programs/foot.nix
|
||||
../../programs/rofi.nix
|
||||
../../programs/qutebrowser.nix
|
||||
../../programs/swaylock.nix
|
||||
../../programs/waybar.nix
|
||||
../../services/espanso.nix
|
||||
|
|
@ -123,7 +124,7 @@ in
|
|||
"Mod4+space" = "exec ${notify} -t 2000 \"$(${pkgs.xonsh}/bin/xonsh ${repoRoot}/util/get_xkb.xsh)\"";
|
||||
"${key_mod}+Shift+r" = "reload";
|
||||
"${key_mod}+Ctrl+r" = "restart";
|
||||
"${key_mod}+Shift+Backspace" = "exec ${nag} -m 'TuneD profiles:' -Z 'Performance' 'tuned-adm profile accelerator-performance' -Z 'Balanced' 'tuned-adm profile balanced' -Z 'Power Save' 'tuned-adm profile powersave'";
|
||||
"${key_mod}+Backspace" = "exec ${nag} -m 'TuneD profiles:' -Z 'Performance' 'tuned-adm profile accelerator-performance' -Z 'Balanced' 'tuned-adm profile balanced' -Z 'Power Save' 'tuned-adm profile powersave'";
|
||||
"${key_mod}+Shift+q" = "kill";
|
||||
"Alt+F4" = "kill";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue