diff --git a/.config/autorandr/postswitch b/.config/autorandr/postswitch index 18f8439..648b721 100755 --- a/.config/autorandr/postswitch +++ b/.config/autorandr/postswitch @@ -5,7 +5,7 @@ polybar_auto_hide_timer_name=polybar_auto_hide.timer function auto_hide_polybar() { if [[ $1 == "true" ]]; then - systemd-run --user --on-calendar="*:0/1" --unit=$polybar_auto_hide_timer_name /usr/bin/polybar-msg cmd show || true + systemd-run --user --on-calendar="*:0/1" --unit=$polybar_auto_hide_timer_name /usr/bin/polybar-msg cmd hide || true else systemctl --user stop $polybar_auto_hide_timer_name || true fi diff --git a/.xmonad/xmonad-x86_64-linux b/.xmonad/xmonad-x86_64-linux deleted file mode 100755 index 66821d5..0000000 Binary files a/.xmonad/xmonad-x86_64-linux and /dev/null differ diff --git a/.xmonad/xmonad.errors b/.xmonad/xmonad.errors deleted file mode 100644 index 51cb409..0000000 --- a/.xmonad/xmonad.errors +++ /dev/null @@ -1,14 +0,0 @@ - -xmonad.hs:186:1: warning: [-Wtabs] - Tab character found here, and in 13 further locations. - Please use spaces instead. - | -186 | spawn "autorandr -c") - | ^^^^^^^^ - -xmonad.hs:416:43: warning: [-Wdeprecations] - In the use of ‘spacing’ (imported from XMonad.Layout.Spacing): - Deprecated: "Use spacingRaw instead." - | -416 | addSpace = renamed [CutWordsLeft 2] . spacing gap - | ^^^^^^^ diff --git a/.xmonad/xmonad.hi b/.xmonad/xmonad.hi deleted file mode 100644 index 93f8acd..0000000 Binary files a/.xmonad/xmonad.hi and /dev/null differ diff --git a/.xmonad/xmonad.o b/.xmonad/xmonad.o deleted file mode 100644 index 864c243..0000000 Binary files a/.xmonad/xmonad.o and /dev/null differ