diff options
author | sateoki <sateoki@protonmail.com> | 2021-10-01 23:57:39 +0100 |
---|---|---|
committer | sateoki <sateoki@protonmail.com> | 2021-10-01 23:57:39 +0100 |
commit | b1478245933500e17585454ab37caccffa3958da (patch) | |
tree | c83b3806b9cfb41baa235de4890bc71bee3e70bc /.xinitrc | |
parent | 1c5e6ea3d93b6799a3e82be48ae2611197b24c5b (diff) |
Committed xinitrc
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..b2f8a43 --- /dev/null +++ b/.xinitrc @@ -0,0 +1,22 @@ +#!/bin/sh + +# General Configurations +setxkbmap gb +export SHELL=/bin/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. + +# Programs to boot on startup +st & +librewolf & + + +while true +do + dwm +done |