mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-24 12:16:55 +02:00
fix: waybar network and move two step workspace keybinds
This commit is contained in:
parent
ab26c0b057
commit
4c75d97e24
2 changed files with 6 additions and 6 deletions
|
@ -66,8 +66,8 @@ bind = $mainMod, 0, workspace, 10
|
|||
# Move workspaces with arrow
|
||||
bind = $mainMod CTRL, right, workspace, +1
|
||||
bind = $mainMod CTRL, left, workspace, -1
|
||||
bind = CTRL SHIFT, right, workspace, +2
|
||||
bind = CTRL SHIFT, left, workspace, -2
|
||||
bind = CTRL ALT, right, workspace, +2
|
||||
bind = CTRL ALT, left, workspace, -2
|
||||
bind = ALT SHIFT, right, movetoworkspace, +1
|
||||
bind = ALT SHIFT, left, movetoworkspace, -1
|
||||
|
||||
|
|
|
@ -189,12 +189,12 @@
|
|||
]
|
||||
},
|
||||
"network": {
|
||||
"format-wifi": "{ifname} : {ipaddr}/{cidr}",
|
||||
"format-ethernet": "{ifname} : {ipaddr}/{cidr}",
|
||||
"format-wifi": " : {ipaddr}/{cidr}",
|
||||
"format-ethernet": " : {ipaddr}/{cidr}",
|
||||
"tooltip-format": "{ifname} via {gwaddr} ",
|
||||
"format-alt": " : {ipaddr}/{cidr}",
|
||||
"format-alt": "network : {ifname}",
|
||||
"format-linked": "{ifname} (No IP) ",
|
||||
"format-disconnected": "N/A : 0.0.0.0",
|
||||
"format-disconnected": " : 0.0.0.0",
|
||||
"on-click-right": "~/.config/hypr/scripts/nmtui-launch.sh",
|
||||
"tooltip": false
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue