From 8fae57dbeab4e49ca2ef8e0806ef9a25789d5157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 20 Jan 2022 15:40:02 +0100 Subject: sway: various fixes and updates --- config/sway/scripts/notes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 config/sway/scripts/notes (limited to 'config/sway/scripts/notes') diff --git a/config/sway/scripts/notes b/config/sway/scripts/notes new file mode 100755 index 0000000..ebe2684 --- /dev/null +++ b/config/sway/scripts/notes @@ -0,0 +1,5 @@ +#!/bin/sh +cd ~/notes +find * -type f | wofi -d -p 'notes' | while read -r note; do + nohup alacritty -e vim ~/notes/"$note" >/dev/null 2>&1 & +done -- cgit v1.2.3