fix: waybar network and move two step workspace keybinds

This commit is contained in:
hesam-init 2024-02-25 01:10:35 +03:30
parent ab26c0b057
commit 4c75d97e24
2 changed files with 6 additions and 6 deletions

View file

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

View file

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