diff options
author | sateoki-admin <sateoki@protonmail.com> | 2021-10-31 21:00:57 +0000 |
---|---|---|
committer | sateoki-admin <sateoki@protonmail.com> | 2021-10-31 21:00:57 +0000 |
commit | b2ccfbf3b732f30c403c9b09122dcac5142abea5 (patch) | |
tree | a15c2a158d80e43ed584f525819a48f7e193d874 /.xinitrc | |
parent | b1478245933500e17585454ab37caccffa3958da (diff) |
Commit
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -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 |