From d6299a5e0c0077d774639a23c8ac091af9eafa4d Mon Sep 17 00:00:00 2001 From: zer0day Date: Tue, 6 May 2025 00:01:02 +0200 Subject: [PATCH] adding screenshot bind --- config/hypr/hyprland.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 59d6a74..fb716b3 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -23,9 +23,9 @@ autogenerated = 0 # remove this line to remove the warning ################ # See https://wiki.hyprland.org/Configuring/Monitors/ -#monitor=,preferred,auto,auto -monitor = DP-1, 1920x1080@60, 0x0, 1 -monitor = DP-2, 3840x1080@144, 980x1080, 1 +monitor=,preferred,auto,auto +#monitor = DP-1, 1920x1080@60, 0x0, 1 +#monitor = DP-2, 3840x1080@144, 980x1080, 1 ################### ### MY PROGRAMS ### @@ -245,6 +245,7 @@ bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, M, fullscreen, 1 bind = $mainMod SHIFT, M, fullscreen bind = $mainMod SHIFT, A, exec, pypr toggle pavucontrol && hyprctl dispatch bringactivetotop +bind = , PRINT, exec, hyprshot -m output # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r @@ -318,4 +319,4 @@ windowrule = suppressevent maximize, class:.* windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 windowrule = float, class:nm-connection-editor -windowrule = float, class:zen,title:Picture-in-Picture \ No newline at end of file +windowrule = float, class:zen,title:Picture-in-Picture