From ae63e4af22c743624d85ba5056a0b9027d4b1243 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 1 Aug 2025 11:09:32 -0300 Subject: Ratpoisoner: workspaces: increase sleep time --- ratpoisoner | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ratpoisoner b/ratpoisoner index 9a73559..6381b42 100755 --- a/ratpoisoner +++ b/ratpoisoner @@ -13,10 +13,10 @@ if [ -z "$ACTION" ]; then exit 1 elif [ "$ACTION" == "workspaces" ]; then # Spawn rpws - exec rpws init 9 -k -a + rpws init 9 -k -a - # Sleep, giving time for rpws to start properly - sleep 1 + # Sleep, giving time for rpws to start properly + sleep 2 # Apply a workaround to display a window after rpws is initialized ratpoison -c 'prev' -- cgit v1.2.3