diff options
Diffstat (limited to 'ratpoisoner')
-rwxr-xr-x | ratpoisoner | 6 |
1 files 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' |