diff options
author | Julian T <julian@jtle.dk> | 2021-04-05 11:30:45 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-04-05 11:35:03 +0200 |
commit | 465baf9b1fa0acb2cdf6dd539e15828837b16dba (patch) | |
tree | 12c72a588b4484863a635cd6e6cd94662b5cf495 /xinit/Scripts/xlaunchrc | |
parent | 12c708db26e60c6563a789fa01099aedb3080912 (diff) |
Move to nixos and zsh changes
Diffstat (limited to 'xinit/Scripts/xlaunchrc')
-rwxr-xr-x | xinit/Scripts/xlaunchrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xinit/Scripts/xlaunchrc b/xinit/Scripts/xlaunchrc index 369dd0a..09a961d 100755 --- a/xinit/Scripts/xlaunchrc +++ b/xinit/Scripts/xlaunchrc @@ -19,7 +19,7 @@ dunst & play ~/Winsounds/login.wav -q & # Set dbus display variable -dbus-update-activation-environment --systemd DISPLAY +# dbus-update-activation-environment --systemd DISPLAY args="$LOPTS" for arg in $args |