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