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 = {
enable_sounds = true;
};
keybinds = {
down = [
"Down"
"Ctrl+n"
];
up = [
"Up"
"Ctrl+p"
];
};
bar = {
default = {
background_opacity = 0;
@@ -30,7 +40,7 @@
"clock"
"session"
];
layer = "overlay";
layer = "top";
margin_edge = 6;
margin_ends = 24;
position = "left";