From 934a417dfbae2effd942fa89b7338a0005834245 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 11 Mar 2022 09:53:24 -0500 Subject: [PATCH] bspwm: Auto-hide the mouse cursor when inactive This makes working with bspwm a lot cooler since the cursor is now automatically hidden when not in use, making full screen videos and other applications a lot more immersive. --- bspwm/.config/bspwm/bspwmrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index d06b205b..34c4efad 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -1,6 +1,6 @@ #!/bin/sh # New Start: A modern Arch workflow built with an emphasis on functionality. -# Copyright (C) 2018 Donovan Glover +# Copyright (C) 2018-2022 Donovan Glover export SXHKD_SHELL="/usr/bin/bash" export XCURSOR_THEME="phinger-cursors" @@ -104,5 +104,8 @@ bspc rule -a Onboard state=floating sticky=on xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Natural Scrolling Enabled" 1 xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1 +# Auto-hide the mouse cursor when inactive +unclutter & + # Start fcitx fcitx5 &