mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-08 22:16:35 +05:30
13 lines
405 B
Lua
13 lines
405 B
Lua
local awful = require("awful")
|
|
|
|
awful.spawn.with_shell([[
|
|
if ! pidof barrierc; then
|
|
barrierc -f --debug INFO --display :0 --name esoteric --disable-crypto 192.168.1.2:24800 &
|
|
fi
|
|
]])
|
|
-- awful.spawn.single_instance("firefox")
|
|
-- awful.spawn.single_instance("discord")
|
|
-- awful.spawn.single_instance("spotify")
|
|
-- awful.spawn.single_instance("copyq")
|
|
-- awful.spawn.single_instance("blueman-applet")
|