added keybinds for going up and down in the launcher

This commit is contained in:
2026-08-17 18:52:01 +02:00
parent e8a06e454a
commit 00b880d1df
2 changed files with 12 additions and 1 deletions
+11 -1
View File
@@ -9,6 +9,16 @@
audio = { audio = {
enable_sounds = true; enable_sounds = true;
}; };
keybinds = {
down = [
"Down"
"Ctrl+n"
];
up = [
"Up"
"Ctrl+p"
];
};
bar = { bar = {
default = { default = {
background_opacity = 0; background_opacity = 0;
@@ -30,7 +40,7 @@
"clock" "clock"
"session" "session"
]; ];
layer = "overlay"; layer = "top";
margin_edge = 6; margin_edge = 6;
margin_ends = 24; margin_ends = 24;
position = "left"; position = "left";
+1
View File
@@ -49,6 +49,7 @@ in
}; };
home.pointerCursor = { home.pointerCursor = {
enable = true;
gtk.enable = true; gtk.enable = true;
x11.enable = true; x11.enable = true;
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;