summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-02-02 09:50:56 -0500
committerMalfurious <m@lfurio.us>2024-02-02 09:50:56 -0500
commitf71c5cf3f6ce3a6136e01597d9ffada877538e8b (patch)
tree709e81afb8f2505c0d3dd5342d24500f16eac765
parent085a200b87d4a14fd4598e67eb4e0cbe2cca36e1 (diff)
downloadrice-f71c5cf3f6ce3a6136e01597d9ffada877538e8b.tar.gz
rice-f71c5cf3f6ce3a6136e01597d9ffada877538e8b.zip
numlockx: Auto-enable num lock on startup
-rw-r--r--.xinitrc1
-rwxr-xr-xrice/install_pkgs.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index 9232e30..f161ad6 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -13,6 +13,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1
picom --config /dev/null -bfD3 --xrender-sync-fence
wmname LG3D
unclutter --fork --start-hidden
+numlockx
xset dpms 0 0 0
xset s off
~/.fehbg
diff --git a/rice/install_pkgs.sh b/rice/install_pkgs.sh
index 9d51044..a1f1f32 100755
--- a/rice/install_pkgs.sh
+++ b/rice/install_pkgs.sh
@@ -30,6 +30,7 @@ wget
# Xorg
libxcb
lxrandr
+numlockx
picom
xorg-server
xorg-xinit