hack: kill Xwayland when switching to nomad mode

This commit is contained in:
coolneng 2020-10-06 15:32:05 +02:00
parent ab0772be9c
commit 90d4662c45
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@ profile nomad {
output eDP-1 enable mode 1920x1080 output eDP-1 enable mode 1920x1080
exec light -S 70 exec light -S 70
exec pkill waybar; waybar exec pkill waybar; waybar
exec pkill Xwayland
} }