diff options
author | Malfurious <m@lfurio.us> | 2023-06-02 20:24:02 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-06-02 20:24:02 -0400 |
commit | f6d8c68dec2a344bdae77bcc71d85c54787c9b43 (patch) | |
tree | 4b27144389e0cdab55d8f24603e2b899740172f2 | |
parent | 40a1252ea46a84575a76964747fcb7f95b159aa6 (diff) | |
download | rice-f6d8c68dec2a344bdae77bcc71d85c54787c9b43.tar.gz rice-f6d8c68dec2a344bdae77bcc71d85c54787c9b43.zip |
unclutter: Enable cursor hiding
-rw-r--r-- | .xinitrc | 1 | ||||
-rwxr-xr-x | rice/install_pkgs.sh | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 |