move into .local

This commit is contained in:
finga 2020-01-11 16:50:22 +01:00
parent 07d56944f7
commit 86c71f1bdb
6 changed files with 415 additions and 4 deletions

9
.local/bin/i3-run Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
# stolen from https://r0tty.org/git/dotfiles/i3
# Make i3 spawn a program, in the current working directory. This is
# useful for running GUI apps from a terminal without cluttering the
# terminal with their output.
exec i3-msg -t command exec "cd '$(pwd)' && $@"