Compare commits

..

2 commits

Author SHA1 Message Date
08057df9e6 Update pavu path i3 2025-08-01 20:25:27 +00:00
581a890565 Add qb editor 2025-08-01 18:54:00 +00:00
3 changed files with 9 additions and 1 deletions

View file

@ -3,6 +3,8 @@
lib.mkEnableOption "enables gui development tools";
config = lib.mkIf config.mods.desktop.development.enable {
home.packages = with pkgs; [ i3-swallow ];
programs.qutebrowser = {
enable = true;
@ -12,6 +14,8 @@
default_page = "https://online.bonjourr.fr/";
start_pages = "https://online.bonjourr.fr/";
};
editor.command =
[ "swallow" "alacritty" "-e" "hx" "{file}:{line}:{column}" ];
};
searchEngines = {

View file

@ -34,7 +34,7 @@ in with lib; {
format = " $icon $volume ";
click = [{
button = "left";
cmd = "pavucontrol";
cmd = "${lib.getExe pkgs.pavucontrol}";
}];
}
{

View file

@ -35,6 +35,10 @@
settings = {
keys.normal = {
"esc" = [ "collapse_selection" "keep_primary_selection" ];
"Z" = {
"Q" = ":quit!";
"Z" = ":write-quit!";
};
"V" = [ "select_mode" "extend_to_line_bounds" ];
};
editor = {