From b2ccfbf3b732f30c403c9b09122dcac5142abea5 Mon Sep 17 00:00:00 2001 From: sateoki-admin Date: Sun, 31 Oct 2021 21:00:57 +0000 Subject: Commit --- .xinitrc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index b2f8a43..c78f35e 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,20 +1,22 @@ #!/bin/sh # General Configurations -setxkbmap gb -export SHELL=/bin/zsh -wmname LG3D & # For getting Java applications, e.g. Pycharm, Rider to work. +setxkbmap gb # Set keyboard to gb layout +export SHELL=/bin/zsh # Set shell to zsh +wmname LG3D & # For getting Java applications, e.g. Pycharm, Rider to work. # Programs for creating desktop -dwmstatus & # Status bar -picom & # Compositor - -randombg & # Set a random background. +dwmstatus & # Status bar +picom & # Compositor # Programs to boot on startup st & librewolf & +# Must go last +randombg & # Set a random background. Update to changebg & once theming is complete. + + while true do -- cgit v1.2.1