sway-tiny: fix post-install

This commit is contained in:
Dylan Araps 2021-07-16 18:39:02 +03:00
parent 65e3a8a3c0
commit 92e7e6af23
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 2 deletions

View File

@ -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.