diff options
author | awy <awy@awy.one> | 2024-10-26 23:29:37 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-10-26 23:29:37 +0300 |
commit | a3b00eafceed6ec9a96e06eeb27e0201cbefe3f9 (patch) | |
tree | 420c98625d8f50a6ee45cb76f14ca265ab24aa59 /.config | |
parent | e77ab8c339d83670f6dcbbcb8b6e1e900cb8b33a (diff) |
hyprshot
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index bcb3238..f8f9abd 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -130,6 +130,9 @@ bind = $mainMod, Grave, exec, bookmarks bind = $mainMod SHIFT, J, togglesplit, # dwindle bind = $mainMod, F, fullscreen, bind = $mainMod SHIFT, Return, swapnext +bind =, Print, exec, hyprshot 2 +bind = SHIFT, Print, exec, hyprshot 3 +bind = $mainMod SHIFT, S, exec, hyprshot 1 bind =,XF86AudioPlay, exec, playerctl play-pause bind =,XF86AudioPrev, exec, playerctl previous bind =,XF86AudioNext, exec, playerctl next @@ -165,8 +168,8 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 -bind = $mainMod, S, togglespecialworkspace, magic -bind = $mainMod SHIFT, S, movetoworkspace, special:magic +#bind = $mainMod, S, togglespecialworkspace, magic +#bind = $mainMod SHIFT, S, movetoworkspace, special:magic bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 |