ADD VLC guake

ADD vlc and guake to i3 config for auto start
This commit is contained in:
Alexandre LUCAZEAU 2023-01-10 19:31:31 +01:00
parent db5f756775
commit a8d570e566
2 changed files with 5 additions and 1 deletions

View File

@ -142,3 +142,5 @@ assign [class="emacs"] $ws2
# programmes au démarrage # programmes au démarrage
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id nextcloud exec --no-startup-id nextcloud
exec --no-startup-id vlc
exec --no-startup-id guake

View File

@ -3,7 +3,7 @@
jq jq
nextcloud-client nextcloud-client
libreoffice libreoffice
htop btop
neomutt neomutt
notmuch notmuch
isync isync
@ -30,5 +30,7 @@
zlib zlib
python3 python3
nodejs nodejs
vlc
guake
]; ];
} }