mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-13 02:30:04 +00:00
Compare commits
2 commits
ea7c137690
...
ad405ca268
Author | SHA1 | Date | |
---|---|---|---|
ad405ca268 | |||
7db4d8a832 |
3 changed files with 18 additions and 4 deletions
14
home/.config/systemd/user/pcmanfm-qt.service
Normal file
14
home/.config/systemd/user/pcmanfm-qt.service
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[Unit]
|
||||||
|
Description=PCManFM-qt daemon
|
||||||
|
After=graphical-session.target
|
||||||
|
PartOf=graphical-session.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/pcmanfm-qt --daemon-mode
|
||||||
|
Restart=on-failure
|
||||||
|
Slice=session-graphical.slice
|
||||||
|
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=graphical-session.target
|
|
@ -147,7 +147,7 @@ gsettings set org.gnome.desktop.interface cursor-size 24
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
sudo systemctl enable --now seatd.service
|
sudo systemctl enable --now seatd.service
|
||||||
systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service systemd-lock-handler.service hyprlock.service swaync-inhibit-lock.service swaync-inhibit-unlock.service
|
systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service systemd-lock-handler.service hyprlock.service swaync-inhibit-lock.service swaync-inhibit-unlock.service pcmanfm-qt.service
|
||||||
|
|
||||||
echo "GUI Installation finished, you should now reboot and run uwsm start hyprland.desktop"
|
echo "GUI Installation finished, you should now reboot and run uwsm start hyprland.desktop"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
|
@ -15,6 +15,6 @@ START_HOURS_RANGE=3-22
|
||||||
7 25 cron.weekly nice run-parts /etc/cron.weekly
|
7 25 cron.weekly nice run-parts /etc/cron.weekly
|
||||||
@monthly 45 cron.monthly nice run-parts /etc/cron.monthly
|
@monthly 45 cron.monthly nice run-parts /etc/cron.monthly
|
||||||
|
|
||||||
@daily 10 snapshot.daily /usr/local/bin/btrfs-backup -l daily -k 7 -d /.brtfs/snapshots -- /.btrfs/root /.btrfs/data
|
@daily 10 snapshot.daily /usr/local/bin/btrfs-backup -l daily -k 7 -d /.btrfs/snapshots -- /.btrfs/root /.btrfs/data >/dev/null
|
||||||
@weekly 10 snapshot.daily /usr/local/bin/btrfs-backup -l weekly -k 7 -d /.brtfs/snapshots -- /.btrfs/root /.btrfs/data
|
@weekly 11 snapshot.weekly /usr/local/bin/btrfs-backup -l weekly -k 7 -d /.btrfs/snapshots -- /.btrfs/root /.btrfs/data >/dev/null
|
||||||
@monthly 10 snapshot.daily /usr/local/bin/btrfs-backup -l monthly -k 7 -d /.brtfs/snapshots -- /.btrfs/root /.btrfs/data
|
@monthly 12 snapshot.monthly /usr/local/bin/btrfs-backup -l monthly -k 7 -d /.btrfs/snapshots -- /.btrfs/root /.btrfs/data >/dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue