Revert removal of xinitrc and cleanup
This commit is contained in:
parent
69feed4ce9
commit
bbace2976d
14 changed files with 52 additions and 69 deletions
|
@ -1 +0,0 @@
|
|||
/home/felix/dotfiles/config/systemd/user/dunst.service
|
|
@ -1 +0,0 @@
|
|||
/home/felix/dotfiles/config/systemd/user/feh.service
|
|
@ -1 +0,0 @@
|
|||
/home/felix/dotfiles/config/systemd/user/redshift.service
|
|
@ -1 +0,0 @@
|
|||
/home/felix/dotfiles/config/systemd/user/xautolock.service
|
|
@ -1 +0,0 @@
|
|||
/home/felix/dotfiles/config/systemd/user/xcape.service
|
|
@ -1 +0,0 @@
|
|||
/home/felix/dotfiles/config/systemd/user/xset.service
|
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=Dunst Notification Daemon
|
||||
After=display-manager.service
|
||||
Wants=display-manager.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/dunst
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -1,11 +0,0 @@
|
|||
[Unit]
|
||||
Description=Feh Background Image Loader
|
||||
After=display-manager.service
|
||||
Wants=display-manager.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/feh --bg-scale '/home/felix/Pictures/lain.png'
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=Redshift
|
||||
After=display-manager.service
|
||||
Wants=display-manager.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/redshift
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=X Autolocker
|
||||
After=display-manager.service
|
||||
Wants=display-manager.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/xautolock -time 1 -locker xsecurelock
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=XCape Modifier Key Modifier
|
||||
After=display-manager.service
|
||||
Wants=display-manager.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/xcape -d -t 100 -e 'Super_L=Scroll_Lock;Shift_L=Escape'
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
|
@ -1,10 +0,0 @@
|
|||
[Unit]
|
||||
Description=Set screen timeout properties
|
||||
After=display-manager.service
|
||||
Wants=display-manager.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/xset dpms 0 0 50 s off
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Add table
Add a link
Reference in a new issue