diff options
author | Karel Kočí <cynerd@email.cz> | 2020-11-23 22:43:00 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-11-23 22:43:00 +0100 |
commit | 58f6f78cc77089050c5af6dadd83356f6fe41dd3 (patch) | |
tree | 1ddd828749abe3d0a3a5cb9c372aecb1bf97626f /config/i3/scripts/notes | |
parent | fd97070ab618373ab2ca323b8b3772249b942a17 (diff) | |
download | myconfigs-58f6f78cc77089050c5af6dadd83356f6fe41dd3.tar.gz myconfigs-58f6f78cc77089050c5af6dadd83356f6fe41dd3.tar.bz2 myconfigs-58f6f78cc77089050c5af6dadd83356f6fe41dd3.zip |
i3: refactor configuration
This includes a lot of changes in shortcats starting applications.
Diffstat (limited to 'config/i3/scripts/notes')
-rwxr-xr-x | config/i3/scripts/notes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/i3/scripts/notes b/config/i3/scripts/notes index a44a61e..dc13bb0 100755 --- a/config/i3/scripts/notes +++ b/config/i3/scripts/notes @@ -1,5 +1,4 @@ #!/bin/sh - cd ~/notes find * -type f | dmenu -p 'notes' | while read -r note; do nohup \ |