hyprland: hide with ctrl-n, update icons in waybar
This commit is contained in:
parent
c94cb4941a
commit
dcada4b1cb
2configs/gui/hyprland
|
@ -210,6 +210,7 @@ in {
|
|||
workspace_swipe = true;
|
||||
};
|
||||
"$mainMod" = "SUPER";
|
||||
# just make it behave like awesomewm again
|
||||
bind = [
|
||||
"$mainMod, Return, exec, $terminal"
|
||||
"$mainMod SHIFT, C, killactive,"
|
||||
|
@ -222,6 +223,11 @@ in {
|
|||
"$mainMod, J, togglesplit, # dwindle"
|
||||
"$mainMod, L, exec, loginctl lock-session"
|
||||
|
||||
# move window to scratchpad
|
||||
|
||||
"$mainMod, n, movetoworkspace, special"
|
||||
"$mainMod SHIFT, N, togglespecialworkspace"
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
"$mainMod, left, movefocus, l"
|
||||
"$mainMod, right, movefocus, r"
|
||||
|
|
|
@ -16,10 +16,10 @@
|
|||
"format": "{name}: {icon}",
|
||||
"format-icons": {
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": "",
|
||||
"urgent": "",
|
||||
"focused": "",
|
||||
"default": ""
|
||||
|
|
Loading…
Reference in a new issue