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
|
# 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
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue