From 92e7e6af23e4c71cf9b8921f1368d8f0d206289b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Jul 2021 18:39:02 +0300 Subject: [PATCH] sway-tiny: fix post-install --- wayland/sway-tiny/post-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wayland/sway-tiny/post-install b/wayland/sway-tiny/post-install index d66d6c77..56a4354c 100755 --- a/wayland/sway-tiny/post-install +++ b/wayland/sway-tiny/post-install @@ -27,10 +27,10 @@ NOTE: sway-tiny does not spawn a subshell for exec path to the program you would like to execute. # Will not work. - bindsym $mod+t exec foot + bindsym \$mod+t exec foot # Works. - bindsym $mod+t exec /bin/foot + bindsym \$mod+t exec /bin/foot NOTE: This is a fork of sway for KISS Linux. Send all bugs/issues to kisslinux/repo and NOT upstream.