mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Compare commits
2 commits
33473bba66
...
08057df9e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 08057df9e6 | |||
| 581a890565 |
3 changed files with 9 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
lib.mkEnableOption "enables gui development tools";
|
lib.mkEnableOption "enables gui development tools";
|
||||||
|
|
||||||
config = lib.mkIf config.mods.desktop.development.enable {
|
config = lib.mkIf config.mods.desktop.development.enable {
|
||||||
|
home.packages = with pkgs; [ i3-swallow ];
|
||||||
|
|
||||||
programs.qutebrowser = {
|
programs.qutebrowser = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
@ -12,6 +14,8 @@
|
||||||
default_page = "https://online.bonjourr.fr/";
|
default_page = "https://online.bonjourr.fr/";
|
||||||
start_pages = "https://online.bonjourr.fr/";
|
start_pages = "https://online.bonjourr.fr/";
|
||||||
};
|
};
|
||||||
|
editor.command =
|
||||||
|
[ "swallow" "alacritty" "-e" "hx" "{file}:{line}:{column}" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
searchEngines = {
|
searchEngines = {
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ in with lib; {
|
||||||
format = " $icon $volume ";
|
format = " $icon $volume ";
|
||||||
click = [{
|
click = [{
|
||||||
button = "left";
|
button = "left";
|
||||||
cmd = "pavucontrol";
|
cmd = "${lib.getExe pkgs.pavucontrol}";
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,10 @@
|
||||||
settings = {
|
settings = {
|
||||||
keys.normal = {
|
keys.normal = {
|
||||||
"esc" = [ "collapse_selection" "keep_primary_selection" ];
|
"esc" = [ "collapse_selection" "keep_primary_selection" ];
|
||||||
|
"Z" = {
|
||||||
|
"Q" = ":quit!";
|
||||||
|
"Z" = ":write-quit!";
|
||||||
|
};
|
||||||
"V" = [ "select_mode" "extend_to_line_bounds" ];
|
"V" = [ "select_mode" "extend_to_line_bounds" ];
|
||||||
};
|
};
|
||||||
editor = {
|
editor = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue