From fd2222b0360ed754bb2291c5b7e80402410d1a6a Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 01:14:24 -0400 Subject: [PATCH] hyprland: added auto monitor config --- home/dotfiles/hyprland.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home/dotfiles/hyprland.conf b/home/dotfiles/hyprland.conf index fae4cc26..0241c404 100644 --- a/home/dotfiles/hyprland.conf +++ b/home/dotfiles/hyprland.conf @@ -13,7 +13,7 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ # monitor=,preferred,auto,auto -monitor=eDP-1,1920x1080@60,0x0,1 +monitor=,preferred,auto,auto # 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 = , 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. bind = , PRINT, exec, hyprshot -m output --clipboard-only \ No newline at end of file