mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 16:23:55 -05:00
hyprland: added auto monitor config
This commit is contained in:
parent
8617e48896
commit
fd2222b036
|
@ -13,7 +13,7 @@
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
# monitor=,preferred,auto,auto
|
# monitor=,preferred,auto,auto
|
||||||
|
|
||||||
monitor=eDP-1,1920x1080@60,0x0,1
|
monitor=,preferred,auto,auto
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
||||||
|
@ -203,5 +203,12 @@ bind = , xf86audioraisevolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%+
|
||||||
bind = , xf86audiolowervolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%-
|
bind = , xf86audiolowervolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%-
|
||||||
bind = , xf86audiomute, exec, wpctl set-mute @DEFAULT_SINK@ toggle
|
bind = , xf86audiomute, exec, wpctl set-mute @DEFAULT_SINK@ toggle
|
||||||
|
|
||||||
|
# Extra bindings for petalburg.
|
||||||
|
bind = ,xf86launch4, exec, pp-adjuster
|
||||||
|
# bind = ,xf86launch1, exec, cs-adjuster
|
||||||
|
bind = , xf86launch2, exec, playerctl play-pause
|
||||||
|
|
||||||
|
bind = , xf86audioplay, exec, playerctl play-pause
|
||||||
|
|
||||||
# Screenshot with hyprshot.
|
# Screenshot with hyprshot.
|
||||||
bind = , PRINT, exec, hyprshot -m output --clipboard-only
|
bind = , PRINT, exec, hyprshot -m output --clipboard-only
|
Loading…
Reference in a new issue