hyprland: hide with ctrl-n, update icons in waybar

This commit is contained in:
makefu 2024-12-27 11:40:18 +01:00
parent c94cb4941a
commit dcada4b1cb
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225
2 changed files with 10 additions and 4 deletions
2configs/gui/hyprland

View file

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

View file

@ -16,10 +16,10 @@
"format": "{name}: {icon}",
"format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"2": "",
"3": "",
"4": "",
"5": "",
"urgent": "",
"focused": "",
"default": ""