Compare commits
2 Commits
main
...
40321834e1
| Author | SHA1 | Date | |
|---|---|---|---|
| 40321834e1 | |||
| 1db39683e9 |
@@ -3,6 +3,5 @@
|
|||||||
"python.defaultInterpreterPath": "/sbin/python3.14",
|
"python.defaultInterpreterPath": "/sbin/python3.14",
|
||||||
"git.autofetch": true,
|
"git.autofetch": true,
|
||||||
"explorer.confirmDelete": false,
|
"explorer.confirmDelete": false,
|
||||||
"git.confirmSync": false,
|
"git.confirmSync": false
|
||||||
"editor.fontSize": 12
|
|
||||||
}
|
}
|
||||||
@@ -54,11 +54,11 @@ animations {
|
|||||||
animation = windowsOut, 1, 4, breeze, slidefade
|
animation = windowsOut, 1, 4, breeze, slidefade
|
||||||
|
|
||||||
# Workspaces: airy glide, finishes fast
|
# Workspaces: airy glide, finishes fast
|
||||||
animation = workspaces, 1, 4, overshoot, slidefade
|
animation = workspaces, 1, 10, overshoot, slidefade
|
||||||
|
|
||||||
# Subtle polish
|
# Subtle polish
|
||||||
animation = fade, 1, 4, breeze
|
animation = fade, 1, 4, breeze
|
||||||
animation = windowsMove, 1, 1, breeze
|
animation = windowsMove, 1, 3, breeze
|
||||||
animation = border, 1, 3, breeze
|
animation = border, 1, 3, breeze
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -47,15 +47,15 @@ bindel = $mainMod, L, exec, brightnessctl -e4 -n2 set 5%+
|
|||||||
bindel = $mainMod, K, exec, brightnessctl -e4 -n2 set 5%-
|
bindel = $mainMod, K, exec, brightnessctl -e4 -n2 set 5%-
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
bindl = , F6, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
bindl = , F4, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
bindl = , F7, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
|
bindl = , F5, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
bindl = , F8, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
bindl = , F6, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
bindl = , F9, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
bindl = , F7, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||||
|
|
||||||
# Playback (requires playerctl)
|
# Playback (requires playerctl)
|
||||||
bindl = , F3, exec, playerctl previous
|
bindl = , F2, exec, playerctl previous
|
||||||
bindl = , F4, exec, playerctl play-pause
|
bindl = , F1, exec, playerctl play-pause
|
||||||
bindl = , F5, exec, playerctl next
|
bindl = , F3, exec, playerctl next
|
||||||
|
|
||||||
bindl = , switch:on:Lid Switch, exec, hyprctl dispatch dpms off
|
bindl = , switch:on:Lid Switch, exec, hyprctl dispatch dpms off
|
||||||
bindl = , switch:off:Lid Switch, exec, hyprctl dispatch dpms on
|
bindl = , switch:off:Lid Switch, exec, hyprctl dispatch dpms on
|
||||||
|
|||||||
@@ -6,5 +6,3 @@
|
|||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
[core]
|
|
||||||
autocrlf = input
|
|
||||||
|
|||||||
Reference in New Issue
Block a user