update hyprland conf

This commit is contained in:
Johannes Knopp
2025-09-16 06:38:45 +02:00
parent 42bae035ee
commit 653a75cc18
5 changed files with 39 additions and 11 deletions

View File

@ -11,7 +11,7 @@
pre_tasks:
- name: Create btrfs snapshot before changes
shell: |
sudo btrfs subvolume snapsho / /.snapshots/before-dotfiles-$(date +%Y%m%d-%H%M%S)
sudo btrfs subvolume snapshot / /.snapshots/before-dotfiles-$(date +%Y%m%d-%H%M%S)
tags: [snapshot]
become: true
become_method: sudo