fix: concat audio and brightness, add notifications
This commit is contained in:
parent
63c6e4214e
commit
64fe6f4e84
14 changed files with 185 additions and 71 deletions
|
|
@ -78,6 +78,7 @@ misc {
|
|||
# for windows named/classed as abc and xyz
|
||||
windowrule=tile,^(.*)(Spotify)(.*)$
|
||||
windowrule=center,^(.*)$
|
||||
windowrule=opacity 80,^(.*)(dunst)(.*)$
|
||||
#windowrule=tile,xyz
|
||||
#windowrule=float,abc
|
||||
#windowrule=pseudo,abc
|
||||
|
|
@ -95,13 +96,13 @@ bind=SUPER,R,exec,wofi --show drun -o DP-3
|
|||
bind=SUPER,C,togglesplit
|
||||
bind=SUPERSHIFT,L,exec, playerctl -a pause & swaylock -c 000000 & systemctl suspend
|
||||
bind=,XF86AudioMute,exec,pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
bind=,XF86AudioLowerVolume,exec,pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bind=,XF86AudioRaiseVolume,exec,pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bind=,XF86AudioLowerVolume,exec, $HOME/.config/eww/scripts/change-volume sink -5%
|
||||
bind=,XF86AudioRaiseVolume,exec, $HOME/.config/eww/scripts/change-volume sink +5%
|
||||
bind=,XF86AudioPlay,exec, playerctl play-pause
|
||||
bind=,XF86AudioNext,exec, playerctl next
|
||||
bind=,XF86AudioPrev,exec, playerctl previous
|
||||
bind=,XF86MonBrightnessDown,exec, brightnessctl set 10%-
|
||||
bind=,XF86MonBrightnessUp,exec, brightnessctl set +10%
|
||||
bind=,XF86MonBrightnessDown,exec, $HOME/.config/eww/scripts/change-brightness brightness 10%-
|
||||
bind=,XF86MonBrightnessUp,exec, $HOME/.config/eww/scripts/change-brightness brightness +10%
|
||||
|
||||
|
||||
bind=SUPER,bracketleft,movefocus,l
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue