From bab7f765575bedab398d54beca1046bdfd3e90e9 Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Wed, 17 Apr 2024 16:03:36 +0200 Subject: [PATCH] Restart i3 after changing monitor config --- .local/bin/xmonconf | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/bin/xmonconf b/.local/bin/xmonconf index 01c9e27..5e7bada 100755 --- a/.local/bin/xmonconf +++ b/.local/bin/xmonconf @@ -304,6 +304,7 @@ main() { fi move_nonexistent_i3_workspaces "$primary_monitor" 10 + i3-msg restart >/dev/null } # Run if invoked directly