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.
This commit is contained in:
Donovan Glover 2022-03-11 09:53:24 -05:00
parent 51ded5a05b
commit 934a417dfb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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 &