mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
dotfiles: move .config/* to root
This seems to make more sense. Almost all files were within .config anyway. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
12
systemd/user/autocutsel@.service
Normal file
12
systemd/user/autocutsel@.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=autocutsel selection %i
|
||||
PartOf=graphical-session.target
|
||||
Requires=xorg.target
|
||||
After=xorg.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/autocutsel -selection %i
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
|
1
systemd/user/basic.target.wants/profile.service
Symbolic link
1
systemd/user/basic.target.wants/profile.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/profile.service
|
12
systemd/user/blueman-applet.service
Normal file
12
systemd/user/blueman-applet.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Bluetooth Applet
|
||||
After=graphical-session.target bluetooth.service
|
||||
Requires=graphical-session.target bluetooth.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/blueman-applet
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=desktop.target
|
1
systemd/user/default.target
Symbolic link
1
systemd/user/default.target
Symbolic link
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/basic.target
|
1
systemd/user/default.target.wants/dunst.service
Symbolic link
1
systemd/user/default.target.wants/dunst.service
Symbolic link
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/dunst.service
|
1
systemd/user/default.target.wants/redshift.service
Symbolic link
1
systemd/user/default.target.wants/redshift.service
Symbolic link
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/redshift.service
|
1
systemd/user/desktop.target.wants/blueman-applet.service
Symbolic link
1
systemd/user/desktop.target.wants/blueman-applet.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/blueman-applet.service
|
1
systemd/user/desktop.target.wants/dunst.service
Symbolic link
1
systemd/user/desktop.target.wants/dunst.service
Symbolic link
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/dunst.service
|
1
systemd/user/desktop.target.wants/networkmanager-applet.service
Symbolic link
1
systemd/user/desktop.target.wants/networkmanager-applet.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/networkmanager-applet.service
|
1
systemd/user/desktop.target.wants/nextcloud.service
Symbolic link
1
systemd/user/desktop.target.wants/nextcloud.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/nextcloud.service
|
1
systemd/user/desktop.target.wants/picom.service
Symbolic link
1
systemd/user/desktop.target.wants/picom.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/picom.service
|
1
systemd/user/desktop.target.wants/polybar@i3bar.service
Symbolic link
1
systemd/user/desktop.target.wants/polybar@i3bar.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/polybar@.service
|
1
systemd/user/desktop.target.wants/solaar.service
Symbolic link
1
systemd/user/desktop.target.wants/solaar.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/solaar.service
|
1
systemd/user/desktop.target.wants/xdg-user-dirs-update.service
Symbolic link
1
systemd/user/desktop.target.wants/xdg-user-dirs-update.service
Symbolic link
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/xdg-user-dirs-update.service
|
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/autocutsel-primary.service
|
1
systemd/user/graphical-session.target.wants/autocutsel.service
Symbolic link
1
systemd/user/graphical-session.target.wants/autocutsel.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/autocutsel.service
|
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/autocutsel@.service
|
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/autocutsel@.service
|
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/autocutsel@.service
|
1
systemd/user/graphical-session.target.wants/i3.service
Symbolic link
1
systemd/user/graphical-session.target.wants/i3.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/i3.service
|
1
systemd/user/graphical-session.target.wants/xautolock.service
Symbolic link
1
systemd/user/graphical-session.target.wants/xautolock.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/xautolock.service
|
1
systemd/user/graphical-session.target.wants/xsettingsd.service
Symbolic link
1
systemd/user/graphical-session.target.wants/xsettingsd.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/xsettingsd.service
|
13
systemd/user/i3.service
Normal file
13
systemd/user/i3.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=i3 - an improved dynamic, tiling window manager
|
||||
Requires=xorg.target
|
||||
Before=graphical-session.target
|
||||
After=profile.service xprofile.service xorg.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/i3
|
||||
ExecReload=/usr/bin/i3-msg reload
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
12
systemd/user/networkmanager-applet.service
Normal file
12
systemd/user/networkmanager-applet.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=NetworkManager Applet
|
||||
After=graphical-session.target NetworkManager.service
|
||||
Requires=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/nm-applet
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=desktop.target
|
14
systemd/user/nextcloud.service
Normal file
14
systemd/user/nextcloud.service
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Nextcloud Client
|
||||
Requires=graphical-session.target
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/nextcloud --background
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=desktop.target
|
12
systemd/user/picom.service
Normal file
12
systemd/user/picom.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=A lightweight compositor for X11
|
||||
Requires=graphical-session.target
|
||||
After=dbus.service graphical-session.target xorg.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/picom --experimental-backends --dbus
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=desktop.target
|
13
systemd/user/polybar@.service
Normal file
13
systemd/user/polybar@.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Polybar
|
||||
Requires=graphical-session.target
|
||||
After=graphical-session.target pulseaudio.socket i3.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/polybar --reload --log=warning %i
|
||||
ExecReload=/usr/bin/polybar-msg cmd restart -p $MAINPID
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=desktop.target
|
10
systemd/user/profile.service
Normal file
10
systemd/user/profile.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Load profile environment into session
|
||||
Before=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/bash -c '. $HOME/.config/dotfiles/profile && systemctl --user import-environment'
|
||||
|
||||
[Install]
|
||||
WantedBy=basic.target
|
13
systemd/user/sleep-lock-lightdm.service
Normal file
13
systemd/user/sleep-lock-lightdm.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Lock X LightDM session before sleeping
|
||||
Requires=graphical-session.target
|
||||
Before=sleep.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/dm-tool switch-to-greeter
|
||||
# Ensure enough time for the session to lock before sleeping
|
||||
ExecStartPost=/usr/bin/sleep 1
|
||||
|
||||
[Install]
|
||||
WantedBy=sleep.target
|
1
systemd/user/sleep.target.wants/sleep-lock-lightdm.service
Symbolic link
1
systemd/user/sleep.target.wants/sleep-lock-lightdm.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/sleep-lock-lightdm.service
|
1
systemd/user/sockets.target.wants/pulseaudio.socket
Symbolic link
1
systemd/user/sockets.target.wants/pulseaudio.socket
Symbolic link
@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/pulseaudio.socket
|
13
systemd/user/solaar.service
Normal file
13
systemd/user/solaar.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Solaar Logitech status applet
|
||||
Requires=graphical-session.target
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/solaar --debug --restart-on-wake-up --window=hide
|
||||
KillMode=process
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=desktop.target
|
12
systemd/user/xautolock.service
Normal file
12
systemd/user/xautolock.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Lock desktop session after inactivity
|
||||
Requires=xorg.target
|
||||
After=xorg.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/xautolock -time 5 -locker 'dm-tool switch-to-greeter' -detectsleep -resetsaver -secure
|
||||
KillMode=process
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
11
systemd/user/xbindkeys.service
Normal file
11
systemd/user/xbindkeys.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=XBindKeys
|
||||
Requires=profile.service
|
||||
After=profile.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/xbindkeys -n -f $XDG_CONFIG_HOME/X11/xbindkeysrc
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
3
systemd/user/xorg.target
Normal file
3
systemd/user/xorg.target
Normal file
@ -0,0 +1,3 @@
|
||||
[Unit]
|
||||
Description=Graphical desktop environment
|
||||
Requires=basic.target
|
1
systemd/user/xorg.target.wants/xprofile.service
Symbolic link
1
systemd/user/xorg.target.wants/xprofile.service
Symbolic link
@ -0,0 +1 @@
|
||||
/home/frebib/.config/systemd/user/xprofile.service
|
13
systemd/user/xprofile.service
Normal file
13
systemd/user/xprofile.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=Load Xorg configuration
|
||||
PartOf=xorg.target
|
||||
Requires=profile.service
|
||||
After=xorg.target profile.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/bash -c '. $XDG_CONFIG_HOME/X11/xprofile; systemctl --user import-environment'
|
||||
|
||||
[Install]
|
||||
WantedBy=xorg.target
|
12
systemd/user/xsettingsd.service
Normal file
12
systemd/user/xsettingsd.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=xsettingsd - provide settings to X11 applications
|
||||
Requires=xorg.target
|
||||
After=xorg.target profile.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/bin/sh -c 'xsettingsd -c $XDG_CONFIG_HOME/xsettingsd/xsettingsd.local'
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
Reference in New Issue
Block a user