init
This commit is contained in:
commit
6d87ac8ba1
139 changed files with 7604 additions and 0 deletions
6
bin/.bin/obsidian-launcher
Executable file
6
bin/.bin/obsidian-launcher
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
swaymsg '[class="obsidian"]' focus && exit
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
obsidian && swaymsg '[class="obsidian"]' focus >/dev/null 2>&1
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue