diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-23 18:37:32 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-23 18:37:32 +0100 |
commit | 5b29aab6b565152aaf34f224aeeef6277bd4cf98 (patch) | |
tree | 4caf0a8228b21e4d2985f814ecbc6d29b75392c6 | |
parent | 42259cc2df83fdf59e6b980af18dbf1264173ad8 (diff) | |
download | dotfiles-5b29aab6b565152aaf34f224aeeef6277bd4cf98.tar.xz |
i3/config: Use dex from $PATH
-rw-r--r-- | i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,4 +159,4 @@ bindsym $mod+u border none for_window [class="Gifview"] floating enable -exec --no-startup-id $HOME/.local/bin/dex -s $HOME/.config/autostart -a -e i3 +exec --no-startup-id dex -s $HOME/.config/autostart -a -e i3 |