Added remmina on startup
This commit is contained in:
parent
b6e9d03cbf
commit
fb3c6bc552
2 changed files with 10 additions and 0 deletions
9
config/autostart/remmina-applet.desktop
Normal file
9
config/autostart/remmina-applet.desktop
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Name=Remmina Applet
|
||||||
|
Comment=Connect to remote desktops through the applet menu
|
||||||
|
Icon=org.remmina.Remmina
|
||||||
|
Exec=remmina -i
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Hidden=true
|
|
@ -189,6 +189,7 @@ exec --no-startup-id i3-msg 'exec blueman-applet &'
|
||||||
exec --no-startup-id i3-msg 'exec pasystray &'
|
exec --no-startup-id i3-msg 'exec pasystray &'
|
||||||
exec --no-startup-id i3-msg 'exec nm-applet &'
|
exec --no-startup-id i3-msg 'exec nm-applet &'
|
||||||
exec --no-startup-id i3-msg 'exec nextcloud &'
|
exec --no-startup-id i3-msg 'exec nextcloud &'
|
||||||
|
exec --no-startup-id i3-msg 'exec remmina &'
|
||||||
exec --no-startup-id xsettingsd &
|
exec --no-startup-id xsettingsd &
|
||||||
exec --no-startup-id compton -b
|
exec --no-startup-id compton -b
|
||||||
exec --no-startup-id i3-msg 'exec /usr/bin/urxvt'
|
exec --no-startup-id i3-msg 'exec /usr/bin/urxvt'
|
||||||
|
|
Loading…
Reference in a new issue