From ac837e2a0688b36a68e6626a2abf888610d7875c Mon Sep 17 00:00:00 2001 From: swaggboi Date: Tue, 25 Mar 2025 19:31:07 -0400 Subject: [PATCH] This fuckin thing... --- my_home/.config/openbox/autostart | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/my_home/.config/openbox/autostart b/my_home/.config/openbox/autostart index e3e8e67..c435fc2 100644 --- a/my_home/.config/openbox/autostart +++ b/my_home/.config/openbox/autostart @@ -13,7 +13,12 @@ if command -v redshift > /dev/null 2>&1; then redshift & fi +# 3/25/2025 - Desktop switcher doesn't work... +# Could not create/show/run pager: +# src/OBPager.cc:649:getAtomAsLongs:Cannot get X Property for Atom +# 0x139 = '_NET_ACTIVE_WINDOW', result = 0, actualType = 0 + # Desktop switcher -if command -v obpager > /dev/null 2>&1; then - obpager & -fi +#if command -v obpager > /dev/null 2>&1; then +# obpager >> ~/misc/obpager.log 2>&1 +#fi