diff options
author | Julian T <julian@jtle.dk> | 2023-02-06 20:50:11 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2023-02-06 21:33:55 +0100 |
commit | 265b3b7b976732ab00e57aa064f06857b547b2b0 (patch) | |
tree | a298676cf535cadd5602d8aefa110abd3687e996 /bspwm | |
parent | e9d6b42be25ac756a7cc9c44e1a34b78919dfec2 (diff) |
Create new setwall script in rust
Diffstat (limited to 'bspwm')
-rw-r--r-- | bspwm/.xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bspwm/.xinitrc b/bspwm/.xinitrc index 91ea4a0..419b635 100644 --- a/bspwm/.xinitrc +++ b/bspwm/.xinitrc @@ -1,5 +1,6 @@ export LOPTS="panel composer gnome-keyring jpinput" +export WALLCONFIG="$HOME/Pictures/Rand/walls/config.yaml" # Launch other stuff source ~/.xprofile source ~/Scripts/xlaunchrc |