diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 328900a..4e2a63d 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -282,21 +282,11 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause bindl = , XF86AudioPrev, exec, playerctl previous bindl = , XF86AudioNext, exec, playerctl next -bind = $mainMod SHIFT, H, exec, $terminal -e sh -c "nvim ~/.config/hypr/hyprland.conf" -bind = $mainMod SHIFT, W, exec, $terminal -e sh -c "nvim ~/.config/waybar/config" +bind = $mainMod SHIFT, C, exec, $terminal -e sh -c "nvim ~/.config/" bind = $mainMod SHIFT, S, exec, grimblast copysave area ############################## ### WINDOWS AND WORKSPACES ### ############################## -# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules - -# Example windowrule v1 -# windowrule = float, ^(kitty)$ - -# Example windowrule v2 -# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ - windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.