This commit is contained in:
The-Repo-Club 2023-08-19 09:57:14 +01:00
parent 18ce988cfc
commit b19032aa29
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
3 changed files with 14 additions and 1 deletions

View File

@ -8,3 +8,12 @@
2022/10/27 (18:48:11) | ===> btop++ v.1.2.12
2022/10/27 (18:48:11) | ERROR: No tty detected!
btop++ needs an interactive shell to run.
2023/08/18 (01:25:43) | ===> btop++ v.1.2.13
2023/08/18 (01:25:44) | ERROR: Stall in Runner thread, restarting!
2023/08/18 (01:26:18) | ERROR: Stall in Runner thread, restarting!
2023/08/18 (01:26:44) | ERROR: Stall in Runner thread, restarting!
2023/08/18 (01:26:59) | ERROR: Stall in Runner thread, restarting!
2023/08/18 (01:27:05) | ERROR: Stall in Runner thread, restarting!
2023/08/18 (01:27:17) | ERROR: Stall in Runner thread, restarting!
2023/08/18 (01:27:25) | ERROR: Stall in Runner thread, restarting!

Binary file not shown.

View File

@ -84,7 +84,11 @@ class Commands(object):
passmenu = "passmenu"
autostart = ["autostart"]
configure = ["youtube_subs -d", "autorandr --load qtile"]
configure = [
"youtube_subs -d",
"autorandr --load qtile",
"setxkbmap -option caps:escape",
]
##################