qute experiments

This commit is contained in:
alisceon 2026-03-13 18:56:34 +01:00
parent e508a08b86
commit ef0ae94080
7 changed files with 30 additions and 22 deletions

View file

@ -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";