Add geoclue-agent.service
Required for geolocation using the system geoclue service.
This commit is contained in:
parent
8f4161b832
commit
3a0beefd2e
@ -57,6 +57,9 @@ dotfiles:
|
||||
f_xdg_desktop_portal_wlr_config:
|
||||
src: config/xdg-desktop-portal-wlr/config
|
||||
dst: ~/.config/xdg-desktop-portal-wlr/config
|
||||
f_geoclue-agent.service:
|
||||
src: config/systemd/user/geoclue-agent.service
|
||||
dst: ~/.config/systemd/user/geoclue-agent.service
|
||||
profiles:
|
||||
balozi:
|
||||
dotfiles:
|
||||
@ -77,6 +80,7 @@ profiles:
|
||||
- f_psqlrc
|
||||
- f_pam_environment
|
||||
- f_xdg_desktop_portal_wlr_config
|
||||
- f_geoclue-agent.service
|
||||
knafeh:
|
||||
dotfiles:
|
||||
- d_vim
|
||||
@ -96,3 +100,4 @@ profiles:
|
||||
- f_psqlrc
|
||||
- f_pam_environment
|
||||
- f_xdg_desktop_portal_wlr_config
|
||||
- f_geoclue-agent.service
|
||||
|
10
dotfiles/config/systemd/user/geoclue-agent.service
Normal file
10
dotfiles/config/systemd/user/geoclue-agent.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Geoclue agent
|
||||
BindsTo=sway-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/lib/geoclue-2.0/demos/agent
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
Loading…
Reference in New Issue
Block a user