Compare commits

..

2 Commits

Author SHA1 Message Date
05c9635653 feat: adding quick switch action 2025-07-21 14:12:00 +01:00
2e5016a5bd fix: waybar headphones 2025-07-21 14:11:54 +01:00
2 changed files with 5 additions and 2 deletions

View File

@ -246,7 +246,7 @@ bind = $mainMod, T, exec, $terminal
bind = $mainMod, Q, killactive,
bind = $mainMod, E, exec, $fileManager
bind = $mainMod SHIFT, V, togglefloating,
bind = $mainMod, P, pseudo, # dwindle
# bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, Slash, exec, fuzzel
@ -281,6 +281,8 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod, Tab, exec, hyprctl dispatch workspace previous
# Example special workspace (scratchpad)
# bind = $mainMod, S, togglespecialworkspace, magic
# bind = $mainMod SHIFT, S, movetoworkspace, special:magic
@ -289,6 +291,7 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow

View File

@ -50,7 +50,7 @@
"format-source-muted": " src mute ",
"format-icons": {
"hdmi": ["", "", ""],
"default": ["", "", ""]
"default": ["", "", ""]
},
"on-click": "pavucontrol"
},