From 3c463300b5e2f50b3e479de8f8487d2593fc7631 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 12 Mar 2026 22:44:31 +0000 Subject: [PATCH 1/4] feat(gitconfig): add LFS config --- .gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitconfig b/.gitconfig index 4b4622a..cf304de 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,3 +1,8 @@ [user] email = dylanseandefaoite@gmail.com name = Dylan De Faoite +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true From 8b12bc3a3b65cce1a258497a8f962568071c3ed4 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 12 Mar 2026 22:46:17 +0000 Subject: [PATCH 2/4] fix(mouse): incorrect sens --- .config/hypr/hyprpaper.conf | 2 ++ .config/hypr/input.conf | 2 +- .config/hypr/keybinds.conf | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf index 4cf552c..cb3322d 100644 --- a/.config/hypr/hyprpaper.conf +++ b/.config/hypr/hyprpaper.conf @@ -1 +1,3 @@ splash = false +preload = ~/.wallpapers/liminal.png +wallpaper = ,~/.wallpapers/liminal.png diff --git a/.config/hypr/input.conf b/.config/hypr/input.conf index b38a20b..63d8fc3 100644 --- a/.config/hypr/input.conf +++ b/.config/hypr/input.conf @@ -18,7 +18,7 @@ input { } device { - name = logitech-usb-receiver + name = logitech-pro-x-1 sensitivity = 0 } diff --git a/.config/hypr/keybinds.conf b/.config/hypr/keybinds.conf index 629cb2d..a8f9052 100644 --- a/.config/hypr/keybinds.conf +++ b/.config/hypr/keybinds.conf @@ -53,8 +53,8 @@ bindl = , F6, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bindl = , F7, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle # Playback (requires playerctl) -bindl = , F2, exec, playerctl previous -bindl = , F1, exec, playerctl play-pause +#bindl = , F2, exec, playerctl previous +#bindl = , F1, exec, playerctl play-pause bindl = , F3, exec, playerctl next From bc2c508969e6197b2f73103878f3eec3431c8074 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 12 Mar 2026 22:51:22 +0000 Subject: [PATCH 3/4] fix(wlogout): broken logout button --- .config/wlogout/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/wlogout/layout b/.config/wlogout/layout index 7013ee9..0228b67 100644 --- a/.config/wlogout/layout +++ b/.config/wlogout/layout @@ -12,7 +12,7 @@ } { "label" : "logout", - "action" : "loginctl terminate-user $USER", + "action" : "hyprctl dispatch exit", "text" : "Logout", "keybind" : "e" } From 2c3c58e92d7054703a11725fe7b7386648de4545 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Sat, 14 Mar 2026 00:34:20 +0000 Subject: [PATCH 4/4] feat(packages): add yt-dlp --- packages/pacman/media.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/pacman/media.txt b/packages/pacman/media.txt index 838f9ce..b78c4bf 100644 --- a/packages/pacman/media.txt +++ b/packages/pacman/media.txt @@ -5,3 +5,4 @@ obs-studio gpu-screen-recorder gpu-screen-recorder-ui wf-recorder +yt-dlp