diff options
Diffstat (limited to '.config/hypr/conf')
-rw-r--r-- | .config/hypr/conf/keybinds.conf | 4 | ||||
-rw-r--r-- | .config/hypr/conf/windowrules.conf | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/.config/hypr/conf/keybinds.conf b/.config/hypr/conf/keybinds.conf index b192c5d..82b26ba 100644 --- a/.config/hypr/conf/keybinds.conf +++ b/.config/hypr/conf/keybinds.conf | |||
@@ -38,8 +38,8 @@ bindl = , XF86AudioPrev, exec, playerctl previous | |||
38 | # Optionally, customize slurp's appearance | 38 | # Optionally, customize slurp's appearance |
39 | env = SLURP_ARGS, -d -B F050F022 -b 10101022 -c ff00ff | 39 | env = SLURP_ARGS, -d -B F050F022 -b 10101022 -c ff00ff |
40 | 40 | ||
41 | bind = ,Print, exec, ~/.local/bin/screenshot.sh | 41 | bind = SHIFT, Print, exec, grimblast copysave area |
42 | bind = SHIFT, Print, exec, grimblast copy area | 42 | bind = ,Print, exec, grimblast copy area |
43 | 43 | ||
44 | # Move focus | 44 | # Move focus |
45 | bind = $mainMod, code:43, movefocus, l | 45 | bind = $mainMod, code:43, movefocus, l |
diff --git a/.config/hypr/conf/windowrules.conf b/.config/hypr/conf/windowrules.conf index 9f3995c..215b012 100644 --- a/.config/hypr/conf/windowrules.conf +++ b/.config/hypr/conf/windowrules.conf | |||
@@ -63,6 +63,9 @@ windowrulev2 = float, class:^(Thunar)$,title:^(File Operation Progress)$ | |||
63 | windowrulev2 = noinitialfocus, class:^(Thunar)$,title:^(File Operation Progress)$ | 63 | windowrulev2 = noinitialfocus, class:^(Thunar)$,title:^(File Operation Progress)$ |
64 | windowrulev2 = size 505 100, class:^(Thunar)$,title:^(File Operation Progress)$ | 64 | windowrulev2 = size 505 100, class:^(Thunar)$,title:^(File Operation Progress)$ |
65 | 65 | ||
66 | # engrampa | ||
67 | windowrulev2 = float, class:^(engrampa)$,title:^(Extract archive)$ | ||
68 | |||
66 | # Spotify | 69 | # Spotify |
67 | windowrulev2 = workspace name:music silent, class:^(Spotify)$ | 70 | windowrulev2 = workspace name:music silent, class:^(Spotify)$ |
68 | 71 | ||
@@ -71,3 +74,6 @@ windowrulev2 = float, class:^(thunderbird)$,title:^(Edit Item)$ | |||
71 | windowrulev2 = size 720 790, class:^(thunderbird)$,title:^(Edit Item)$ | 74 | windowrulev2 = size 720 790, class:^(thunderbird)$,title:^(Edit Item)$ |
72 | windowrulev2 = float, class:^(thunderbird)$,title:^(TbSync account manager)$ | 75 | windowrulev2 = float, class:^(thunderbird)$,title:^(TbSync account manager)$ |
73 | windowrulev2 = size 1100 880, class:^(thunderbird)$,title:^(Edit Item)$ | 76 | windowrulev2 = size 1100 880, class:^(thunderbird)$,title:^(Edit Item)$ |
77 | |||
78 | # Zoom | ||
79 | windowrulev2=stayfocused,class:(zoom),initialTitle:(menu window) | ||