summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2023-06-02 20:24:02 -0400
committerMalfurious <m@lfurio.us>2023-06-02 20:24:02 -0400
commitf6d8c68dec2a344bdae77bcc71d85c54787c9b43 (patch)
tree4b27144389e0cdab55d8f24603e2b899740172f2
parent40a1252ea46a84575a76964747fcb7f95b159aa6 (diff)
downloadrice-f6d8c68dec2a344bdae77bcc71d85c54787c9b43.tar.gz
rice-f6d8c68dec2a344bdae77bcc71d85c54787c9b43.zip
unclutter: Enable cursor hiding
-rw-r--r--.xinitrc1
-rwxr-xr-xrice/install_pkgs.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index f459e29..2283bd3 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -9,6 +9,7 @@ while true; do
done &
picom --config /dev/null -bfD3 --xrender-sync-fence
+unclutter --fork --start-hidden
xset dpms 0 0 0
xset s off
~/.fehbg
diff --git a/rice/install_pkgs.sh b/rice/install_pkgs.sh
index 6b9550c..96d1d55 100755
--- a/rice/install_pkgs.sh
+++ b/rice/install_pkgs.sh
@@ -20,6 +20,7 @@ python-adblock
qutebrowser
tig
tree
+unclutter
unzip
vim
wget