diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 9c92f21e..e9f40e6b 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -25,8 +25,6 @@ env = QT_IM_MODULE,fcitx env = XMODIFIERS,@im=fcitx env = SDL_IM_MODULE,fcitx env = GLFW_IM_MODULE,ibus -env = SWWW_TRANSITION_STEP,10 -env = SWWW_TRANSITION_FPS,60 input { kb_layout = us @@ -48,12 +46,15 @@ general { border_size = 1 col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.inactive_border = rgba(595959aa) + cursor_inactive_timeout = 3 layout = master + resize_on_border = yes } decoration { rounding = 0 blur = yes + #inactive_opacity = 0.3 blur_size = 3 blur_passes = 1 blur_new_optimizations = yes @@ -113,10 +114,11 @@ bind = SUPER, Tab, workspace, e+1 bind = SUPER_SHIFT, Tab, workspace, e-1 bind = SUPER, Q, killactive, bind = SUPER, P, exec, grim -g "$(slurp)" +bind = , Print, exec, grim && dunstify Screenshot Captured. bind = SUPER_ALT, delete, exit bind = SUPER, V, togglefloating, bind = SUPER, V, centerwindow, -bind = SUPER, O, exec, ~/.config/hypr/toggle-yambar.sh +bind = SUPER, O, exec, killall -SIGUSR1 .waybar-wrapped bind = SUPER, X, pin bind = SUPER, F, fullscreen, 1 bind = SUPER_SHIFT, F, fullscreen @@ -212,6 +214,7 @@ bind = WIN, F1, exec, ~/.config/hypr/gamemode.sh misc { disable_hyprland_logo = yes + animate_mouse_windowdragging = yes } # vim:syn=bash