This commit is contained in:
Sense T 2023-06-26 21:44:41 +08:00
parent d223784ffa
commit 4f7f979620
2 changed files with 7 additions and 3 deletions

View File

@ -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" ={

View File

@ -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