mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-09 20:19:37 +00:00
implement XDG Autostart specification
This commit is contained in:
parent
68998f7f4e
commit
0a4f06572f
8
.config/autostart/com.erebe.greenclip.desktop
Normal file
8
.config/autostart/com.erebe.greenclip.desktop
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Name=Greenclip
|
||||
GenericName=Clipboard manager
|
||||
Exec="/usr/bin/greenclip" daemon
|
||||
Terminal=false
|
||||
Categories=Utility
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=Nextcloud
|
||||
GenericName=File Synchronizer
|
||||
Exec="/usr/bin/nextcloud" --background
|
||||
Terminal=false
|
||||
Icon=Nextcloud
|
||||
Categories=Network
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
X-GNOME-Autostart-enabled=true
|
||||
X-GNOME-Autostart-Delay=10
|
||||
@ -12,9 +12,6 @@
|
||||
# Start notification server
|
||||
dunst &
|
||||
|
||||
# Start clipboard manager
|
||||
greenclip daemon &
|
||||
|
||||
# Display background image
|
||||
feh --bg-scale ~/.config/wall.png
|
||||
|
||||
@ -27,9 +24,6 @@ nm-applet &
|
||||
# Start volume bar
|
||||
~/.config/xob/volume.sh &
|
||||
|
||||
# Start nextcloud
|
||||
nextcloud --background &
|
||||
|
||||
# Set up wacom tablet
|
||||
autoxsetwacom
|
||||
|
||||
@ -48,3 +42,6 @@ xidlehook \
|
||||
'systemctl suspend' \
|
||||
'' &
|
||||
|
||||
|
||||
# Run all applications in the autostart folder
|
||||
dex ~/.config/autostart/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user