added keybinds for going up and down in the launcher
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user