Changes in: bin,dunst,gtk-3.0,gtk-4.0,hypr,waybar,
This commit is contained in:
parent
9920450b17
commit
50cc31d4e1
43 changed files with 2807 additions and 215 deletions
|
@ -95,11 +95,11 @@ animations {
|
|||
enabled = true
|
||||
|
||||
bezier = overshot, 0.05, 0.9, 0.1, 1.1
|
||||
bezier = smoothOut, 0.36, 0, 0.66, -0.56
|
||||
bezier = smoothOut, 0.36, -0.2,1.1,0
|
||||
bezier = smoothIn, 0.25, 1, 0.5, 1
|
||||
|
||||
animation = windows, 1, 5, overshot, slide
|
||||
animation = windowsOut, 1, 4, smoothOut, slide
|
||||
animation = windowsOut, 1, 4, smoothIn, slide
|
||||
animation = windowsMove, 1, 5, smoothIn, slide
|
||||
|
||||
animation = border, 1, 10, default
|
||||
|
@ -114,6 +114,29 @@ animations {
|
|||
|
||||
}
|
||||
|
||||
# animations {
|
||||
# enabled = 1
|
||||
# bezier = overshot,0.13,0.99,0.29,1.15
|
||||
# bezier = win, 0.15,0.90,0.25,1.2
|
||||
# bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||
# bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
||||
# bezier = winOut, 0.3, -0.3, 0, 1
|
||||
# bezier = liner, 1, 1, 1, 1
|
||||
|
||||
# # animation = windows, 1, 6, wind, slide
|
||||
# animation = windowsIn, 1, 5, overshot, slide
|
||||
# animation = windowsOut, 1, 5, overshot, slide
|
||||
# animation = windowsMove, 1, 5, wind, slide
|
||||
# animation = border, 1, 1, liner
|
||||
# animation = fade, 1, 10, default
|
||||
# animation = workspaces, 1, 5, overshot, slide
|
||||
# animation = layers, 1, 5, overshot, slidefade 40%
|
||||
|
||||
# # animation = layersIn, 1, 4, overshot, slide
|
||||
# # animation = layersOut, 1, 7, overshot, slide 10%
|
||||
# }
|
||||
|
||||
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
|
@ -207,9 +230,12 @@ bind = $mainMod, M, exec, ~/.config/rofi/clipboard/launcher.sh
|
|||
#bindl = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%-
|
||||
|
||||
#Volume Control
|
||||
binde = , XF86AudioRaiseVolume, exec, ~/.local/bin/volume.sh up
|
||||
binde = , XF86AudioLowerVolume, exec, ~/.local/bin/volume.sh down
|
||||
binde = , XF86AudioMute, exec, ~/.local/bin/volume.sh mute
|
||||
# binde = , XF86AudioRaiseVolume, exec, ~/.local/bin/volume.sh up
|
||||
# binde = , XF86AudioLowerVolume, exec, ~/.local/bin/volume.sh down
|
||||
# binde = , XF86AudioMute, exec, ~/.local/bin/volume.sh mute
|
||||
binde = , XF86AudioRaiseVolume, exec, ~/.local/bin/volume.sh --inc
|
||||
binde = , XF86AudioLowerVolume, exec, ~/.local/bin/volume.sh --dec
|
||||
binde = , XF86AudioMute, exec, ~/.local/bin/volume.sh --toggle
|
||||
|
||||
#Player Control
|
||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue