ADD VLC guake
ADD vlc and guake to i3 config for auto start
This commit is contained in:
parent
db5f756775
commit
a8d570e566
|
@ -142,3 +142,5 @@ assign [class="emacs"] $ws2
|
|||
# programmes au démarrage
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id nextcloud
|
||||
exec --no-startup-id vlc
|
||||
exec --no-startup-id guake
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
jq
|
||||
nextcloud-client
|
||||
libreoffice
|
||||
htop
|
||||
btop
|
||||
neomutt
|
||||
notmuch
|
||||
isync
|
||||
|
@ -30,5 +30,7 @@
|
|||
zlib
|
||||
python3
|
||||
nodejs
|
||||
vlc
|
||||
guake
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue