script for starting browser on dual monitor setup

This commit is contained in:
2025-11-13 10:08:10 +01:00
parent c7131a78bb
commit e81feed04a
2 changed files with 21 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
"WLR_NO_HARDWARE_CURSORS,1"
];
exec-once = [
"hyprctl dispatch workspace 1;chromium $WEBAPP_URL &;sleep 2;hyprctl dispatch workspace 2;chromium-isolated $WEBAPP_URL1 &"
"start-browsers"
];
monitor = [
];