diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-08-01 11:09:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-08-01 11:09:32 -0300 |
commit | ae63e4af22c743624d85ba5056a0b9027d4b1243 (patch) | |
tree | 24bc5aee3cc6073c3d2d15dcdbcd166c2e0165a0 | |
parent | e309c5a66202bdab0919d87c72fa2dca9537d807 (diff) | |
download | utils-x11-ae63e4af22c743624d85ba5056a0b9027d4b1243.tar.gz utils-x11-ae63e4af22c743624d85ba5056a0b9027d4b1243.tar.bz2 |
-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' |