bbbbb
This commit is contained in:
parent
7e580abdd1
commit
2e35ac133a
6 changed files with 86 additions and 83 deletions
|
@ -17,6 +17,7 @@ if not is_laptop then
|
|||
awful.spawn("vscodium")
|
||||
awful.spawn("spotify")
|
||||
awful.spawn("firefox")
|
||||
awful.spawn("cinny")
|
||||
|
||||
local side_monitor = screen:count()
|
||||
awful.spawn(terminal .. " -e fish -C \"sleep 5 && ncpamixer\"",
|
||||
|
@ -24,6 +25,4 @@ if not is_laptop then
|
|||
awful.spawn(terminal .. " -e fish -C btop", { tag = "4", screen = side_monitor, urgent = false, focus = false })
|
||||
awful.spawn(terminal .. " -e fish -C \"sleep 5 && snoud\"",
|
||||
{ tag = "5", screen = side_monitor, urgent = false, focus = false })
|
||||
awful.spawn(terminal .. " -e fish -C \"sleep 2 && gomuks\"",
|
||||
{ tag = "9", screen = side_monitor, urgent = false, focus = false })
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue