added firefox
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
bookmarks = {
|
bookmarks = {
|
||||||
force = false;
|
force = true;
|
||||||
settings = [
|
settings = [
|
||||||
{
|
{
|
||||||
toolbar = true;
|
toolbar = true;
|
||||||
|
|||||||
@@ -1,13 +1,22 @@
|
|||||||
{
|
{
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
bindd = [
|
bindd = [
|
||||||
"SUPER, Return, Open Terminal, exec, ghostty"
|
# essential
|
||||||
|
"SUPER, Return, Open Terminal, exec, ghostty" # FIXME: must be using xdg-open
|
||||||
"SUPER, Q, Kill active, killactive"
|
"SUPER, Q, Kill active, killactive"
|
||||||
|
|
||||||
|
# move focus
|
||||||
"SUPER, J, Move focus down, movefocus, d"
|
"SUPER, J, Move focus down, movefocus, d"
|
||||||
"SUPER, K, Move focus up, movefocus, u"
|
"SUPER, K, Move focus up, movefocus, u"
|
||||||
"SUPER, H, Move focus left, movefocus, l"
|
"SUPER, H, Move focus left, movefocus, l"
|
||||||
"SUPER, L, Move focus right, movefocus, r"
|
"SUPER, L, Move focus right, movefocus, r"
|
||||||
|
|
||||||
|
# fullscreen
|
||||||
|
"SUPER, F, Toggle Fullscreen, fullscreen, 0"
|
||||||
|
"SUPER SHIFT, F, Toggle Maximized Fullscreen, fullscreen, 1"
|
||||||
|
|
||||||
|
# apps
|
||||||
|
"SUPER, W, Open browser, exec, firefox" # FIXME: must be xdg-open
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,5 +2,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
../../apps/yazi/home.nix
|
../../apps/yazi/home.nix
|
||||||
../../apps/gemini/home.nix
|
../../apps/gemini/home.nix
|
||||||
|
../../apps/firefox/home.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user