diff --git a/btop/.config/btop/btop.log b/btop/.config/btop/btop.log index 6d1037242..586143460 100644 --- a/btop/.config/btop/btop.log +++ b/btop/.config/btop/btop.log @@ -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! diff --git a/dconf/.config/dconf/user b/dconf/.config/dconf/user index d2b46334f..67520b477 100644 Binary files a/dconf/.config/dconf/user and b/dconf/.config/dconf/user differ diff --git a/qtile/.config/qtile/config.py b/qtile/.config/qtile/config.py index 7801fcefd..6d63085c8 100644 --- a/qtile/.config/qtile/config.py +++ b/qtile/.config/qtile/config.py @@ -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", + ] ##################