Update hyprland config

This commit is contained in:
Tobias Reisinger 2023-07-15 15:22:51 +02:00
parent f03e4b12a1
commit 7068f9e564
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 9 additions and 11 deletions

View file

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