diff options
author | DrNuget <drnuget@outlook.com> | 2025-01-17 11:14:28 +0200 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2025-01-17 11:14:28 +0200 |
commit | 85acf40be916d0ffcc085cde6e3893ea9bdfff2d (patch) | |
tree | 2e908b10b73c69136d7412f7ea29ad2b07e57428 /.scripts/wm-config | |
parent | cad911c14a6ec5f4134d56a3f5154cd4d668efb2 (diff) |
dwl scripts
Diffstat (limited to '.scripts/wm-config')
-rwxr-xr-x | .scripts/wm-config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.scripts/wm-config b/.scripts/wm-config new file mode 100755 index 0000000..58123ea --- /dev/null +++ b/.scripts/wm-config @@ -0,0 +1,6 @@ +#!/bin/sh + +dbus-update-environment WAYLAND_DISPLAY +dbus-update-activation-environment WAYLAND_DISPLAY $XDG_CURRENT_DESKTOP + +~/.scripts/update-bg |