Update hyprland config
This commit is contained in:
parent
f03e4b12a1
commit
7068f9e564
3 changed files with 9 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
# Config
|
||||
ws_media="[08]"
|
||||
ws_voip="[09]"
|
||||
ws_chat="[09]"
|
||||
|
||||
ws_media_at="[ 0, 0 ]"
|
||||
|
||||
|
@ -52,7 +52,7 @@ _handler_check_ws_media_empty() {
|
|||
debug "has_zero_windows: $has_zero_windows"
|
||||
|
||||
if [ "$has_zero_windows" == "true" ] && [ "$event_on_media" == "true" ]; then
|
||||
hyprctl dispatch workspace "$ws_voip"
|
||||
hyprctl dispatch workspace "$ws_chat"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue