From 373f3ce492630db5660d63f501cf751b92afdbf0 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 7 Oct 2019 14:02:13 +0200 Subject: [PATCH] fixed script call --- .config/i3/config##yadm.j2 | 2 +- .local/bin/{enable_touch.sh => enable_touch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .local/bin/{enable_touch.sh => enable_touch} (100%) diff --git a/.config/i3/config##yadm.j2 b/.config/i3/config##yadm.j2 index 61e6961..80b5479 100644 --- a/.config/i3/config##yadm.j2 +++ b/.config/i3/config##yadm.j2 @@ -257,7 +257,7 @@ exec --no-startup-id compton -F --opengl --config ~/.config/compton {% if YADM_HOSTNAME == 'Gampo' -%} exec --no-startup-id /usr/lib/mate-polkit/polkit-mate-authentication-agent-1 {% endif -%} -exec_always --no-startup-id ~/dotfiles/enable_touch.sh +exec_always --no-startup-id enable_touch exec_always --no-startup-id ~/.config/polybar/launch.sh exec --no-startup-id xss-lock -- i3lock -fol exec --no-startup-id xfce4-power-manager diff --git a/.local/bin/enable_touch.sh b/.local/bin/enable_touch similarity index 100% rename from .local/bin/enable_touch.sh rename to .local/bin/enable_touch