mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-13 10:40:04 +00:00
Compare commits
No commits in common. "ad405ca2688d2a06279915df162141ea576a2ecf" and "ea7c1376905a82fb52cd1c5d10991facb3b115c7" have entirely different histories.
ad405ca268
...
ea7c137690
3 changed files with 4 additions and 18 deletions
|
@ -1,14 +0,0 @@
|
||||||
[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 pcmanfm-qt.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
|
||||||
|
|
||||||
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 /.btrfs/snapshots -- /.btrfs/root /.btrfs/data >/dev/null
|
@daily 10 snapshot.daily /usr/local/bin/btrfs-backup -l daily -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
|
@weekly 10 snapshot.daily /usr/local/bin/btrfs-backup -l weekly -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
|
@monthly 10 snapshot.daily /usr/local/bin/btrfs-backup -l monthly -k 7 -d /.brtfs/snapshots -- /.btrfs/root /.btrfs/data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue