Merge branch 'main' of ssh://gitea/dylan/birch-dots

This commit is contained in:
2026-03-14 13:21:03 +00:00
5 changed files with 7 additions and 4 deletions

View File

@@ -1 +1,3 @@
splash = false
preload = ~/.wallpapers/liminal.png
wallpaper = ,~/.wallpapers/liminal.png

View File

@@ -18,7 +18,7 @@ input {
}
device {
name = logitech-usb-receiver
name = logitech-pro-x-1
sensitivity = 0
}

View File

@@ -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

View File

@@ -12,7 +12,7 @@
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"action" : "hyprctl dispatch exit",
"text" : "Logout",
"keybind" : "e"
}