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 | |
parent | 085a200b87d4a14fd4598e67eb4e0cbe2cca36e1 (diff) | |
download | rice-f71c5cf3f6ce3a6136e01597d9ffada877538e8b.tar.gz rice-f71c5cf3f6ce3a6136e01597d9ffada877538e8b.zip |
numlockx: Auto-enable num lock on startup
-rw-r--r-- | .xinitrc | 1 | ||||
-rwxr-xr-x | rice/install_pkgs.sh | 1 |
2 files changed, 2 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 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 |