diff options
author | Julian T <julian@jtle.dk> | 2023-06-09 09:59:13 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-06-09 10:00:39 +0200 |
commit | 85080ac87cc5bc535308147f973e4e73a77c2a4e (patch) | |
tree | a153221df71b42fa7494dab495ab2ff78b503dee /dwm/.xinitrc | |
parent | 1a3378e922c92bd48e6f0c89c3038dfe7e9baca4 (diff) |
Xinit stuff, fish, and keybinding
Diffstat (limited to 'dwm/.xinitrc')
-rw-r--r-- | dwm/.xinitrc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dwm/.xinitrc b/dwm/.xinitrc index 9ad58f0..f1d9def 100644 --- a/dwm/.xinitrc +++ b/dwm/.xinitrc @@ -1,4 +1,7 @@ - +export LOPTS="wallpaper gnome-keyring jpinput" +export WALLCONFIG="$HOME/Pictures/rand/walls/config.yaml" +# Launch other stuff source ~/.xprofile +source ~/Scripts/xlaunchrc exec $HOME/Scripts/dwmsession |