Add xbanish, start flameshot
This commit is contained in:
parent
92329fb85d
commit
fe0d79fee7
2 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,8 @@ APPS=(
|
||||||
# kdeconnect-indicator
|
# kdeconnect-indicator
|
||||||
# radeon-profile
|
# radeon-profile
|
||||||
# $HOME/.config/awesomestart
|
# $HOME/.config/awesomestart
|
||||||
udiskie
|
flameshot
|
||||||
|
xbanish
|
||||||
)
|
)
|
||||||
|
|
||||||
# Some applications start child applications that need to be killed on reload
|
# Some applications start child applications that need to be killed on reload
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
# TODO: package list in external file
|
# TODO: package list in external file
|
||||||
# TODO: automate plover config
|
# TODO: automate plover config
|
||||||
# TODO: rustup default stable
|
# TODO: rustup default stable
|
||||||
# TODO: xbanish
|
|
||||||
|
|
||||||
import getpass
|
import getpass
|
||||||
import os
|
import os
|
||||||
|
@ -64,6 +63,7 @@ dependencies_aur = [
|
||||||
'neovim-git',
|
'neovim-git',
|
||||||
'plover-git',
|
'plover-git',
|
||||||
'ttf-go-mono-git',
|
'ttf-go-mono-git',
|
||||||
|
'xbanish',
|
||||||
]
|
]
|
||||||
|
|
||||||
services = [
|
services = [
|
||||||
|
|
Loading…
Reference in a new issue