diff options
-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 |