dev: automated commit - 2025-07-16 19:26:06
This commit is contained in:
parent
fb87c567f6
commit
94487551fc
30 changed files with 173 additions and 157 deletions
6
local-bin/.local/bin/obsidian-launcher
Executable file
6
local-bin/.local/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