diff options
author | Ben Morrison <ben@gbmor.dev> | 2020-05-17 12:33:58 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2020-05-17 12:33:58 -0400 |
commit | 5119856b5263572658c7b73ea7d7319d868ac476 (patch) | |
tree | 2f0b8097fac2abf6995725bcafb6b2549649b18a /.config/i3/config | |
parent | ac1868aec04f4576c2cfb0658977364cf9c129d3 (diff) | |
download | dogfiles-5119856b5263572658c7b73ea7d7319d868ac476.tar.gz |
removed daemon mode for emacs autostart
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 0d3412b..ef0a2e2 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -15,7 +15,6 @@ exec_always --no-startup-id $HOME/.config/polybar/launch.sh exec "pactl upload-sample /usr/share/sounds/freedesktop/stereo/bell.oga x11-bell" exec "pactl load-module module-x11-bell sample=x11-bell display=$DISPLAY" exec "xset b 100" -exec "emacs --daemon" # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. |