diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-25 14:15:05 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-25 14:15:05 +0200 |
commit | ea1e6a736a18b335d41fa752ee8a4f83e8914133 (patch) | |
tree | bf4ee8e70f106c5d751a80aef1c9fdacea5b597b /.config | |
parent | update (diff) | |
download | dotfiles-bsd-ea1e6a736a18b335d41fa752ee8a4f83e8914133.tar.gz dotfiles-bsd-ea1e6a736a18b335d41fa752ee8a4f83e8914133.tar.bz2 dotfiles-bsd-ea1e6a736a18b335d41fa752ee8a4f83e8914133.tar.xz dotfiles-bsd-ea1e6a736a18b335d41fa752ee8a4f83e8914133.tar.zst dotfiles-bsd-ea1e6a736a18b335d41fa752ee8a4f83e8914133.zip |
Reverted to dbus for signal
Diffstat (limited to '.config')
-rw-r--r-- | .config/x11/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index ab2ba08..5af1c83 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -15,4 +15,4 @@ notify-send -u low -t 2000 'emacs' ' Emacs daemonized' cd "$HOME" xrdb "$HOME"/.config/x11/xresources notify-send -u normal 'Welcome' " Welcome back, partner\!" -exec dwm +dbus-launch dwm |