diff options
author | Malfurious <m@lfurio.us> | 2024-02-02 09:50:56 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-02-02 09:50:56 -0500 |
commit | f71c5cf3f6ce3a6136e01597d9ffada877538e8b (patch) | |
tree | 709e81afb8f2505c0d3dd5342d24500f16eac765 /.xinitrc | |
parent | 085a200b87d4a14fd4598e67eb4e0cbe2cca36e1 (diff) | |
download | rice-f71c5cf3f6ce3a6136e01597d9ffada877538e8b.tar.gz rice-f71c5cf3f6ce3a6136e01597d9ffada877538e8b.zip |
numlockx: Auto-enable num lock on startup
Diffstat (limited to '')
-rw-r--r-- | .xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |