little
This commit is contained in:
parent
d223784ffa
commit
4f7f979620
@ -1,7 +1,7 @@
|
||||
{
|
||||
layer = "top";
|
||||
position = "top";
|
||||
height = 32;
|
||||
height = 24;
|
||||
|
||||
modules-left = [
|
||||
"custom/launcher"
|
||||
@ -30,6 +30,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
"hyprland/window" = {
|
||||
|
||||
};
|
||||
|
||||
"wlr/workspaces" = {
|
||||
format = "{icon}";
|
||||
on-click = "activate";
|
||||
@ -96,7 +100,7 @@
|
||||
|
||||
"custom/launcher" ={
|
||||
format = " ";
|
||||
on-click = "nwggrid -o 0.6";
|
||||
on-click = "nwggrid -o 0.8";
|
||||
};
|
||||
|
||||
"custom/power" ={
|
||||
|
@ -118,7 +118,7 @@ bind = $mainMod, RETURN, exec, kitty
|
||||
bind = $mainMod SHIFT, Q, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, rofi --show drun
|
||||
bind = $mainMod, R, exec, nwggrid -o 0.8
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
|
Reference in New Issue
Block a user