monitor=,preferred,auto,1 # Execute your favorite apps at launch exec-once = waybar & swww init # Set programs that you use $terminal = alacritty $fileManager = emacs $menu = rofi --show drun $scripts=~/.config/hypr/scripts # Some default env vars. env = XCURSOR_SIZE,18 env = QT_QPA_PLATFORMTHEME, gtk3 env = QT_STYLE_OVERRIDE, gtk2 env = QT_QPA_PLATFORM, wayland env = TERMINAL, "alacritty" env = BROWSER, "firefox" # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = us,ru kb_variant = kb_model = kb_options = grp:win_space_toggle kb_rules = follow_mouse = 1 touchpad { natural_scroll = yes # disable_while_typing = no } sensitivity = 0.1 # -1.0 - 1.0, 0 means no modification. } general { # See https://wiki.hyprland.org/Configuring/Variables/ for more gaps_in = 5 gaps_out = 20 border_size = 3 col.active_border = 0xFF6e6a86 col.inactive_border = 0xFF363a4f layout = dwindle # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false } decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more rounding = 7 blur { enabled = true size = 3 passes = 1 } drop_shadow = yes shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) } animations { enabled = 1 bezier = overshot,0.13,0.99,0.29,1.1, animation = fade,1,4,default animation = workspaces,1,4,default,fade animation = windows,1,4,overshot,popin 95% } dwindle { # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = yes # you probably want this } master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more new_is_master = true } gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more workspace_swipe = on } misc { # See https://wiki.hyprland.org/Configuring/Variables/ for more force_default_wallpaper = 1 # Set to 0 to disable the anime mascot wallpapers } # Example windowrule v1 # windowrule = float, ^(kitty)$ # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more windowrulev2 = nomaximizerequest, class:.* # You'll probably like this. windowrulev2 = float, title:^(Firrfox — Sharing Indicator)$ windowrulev2 = nofullscreenrequest, title:^(Firefox — Sharing Indicator)$ windowrulev2 = noborder, title:^(Firefox — Sharing Indicator)$ windowrulev2 = rounding 0, title:^(Firefox — Sharing Indicator)$ windowrulev2 = float, title:^(firefox)$, title:^(Picture-in-Picture)$ windowrulev2 = pin, title:^(firefox)$, title:^(Picture-in-Picture)$ layerrule = blur, waybar # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, exec, $terminal bind = $mainMod, V, togglefloating, bind = SUPER, D, exec, killall rofi || rofi -show-icons -show drun bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, I, togglesplit, # dwindle bind = $mainMod, F, fullscreen, 0 bind = $mainMod, M, fullscreen, 1 bind = $mainMod SHIFT,F,fakefullscreen bind = $mainMod SHIFT, Q, killactive, bind = $mainMod SHIFT, E, exit, # Apps bind = $mainMod, B, exec, firefox bind = $mainMod, T, exec, telegram-desktop bind = $mainMod, E, exec, emacsclient -c -a "emacs" bind = $mainMod CONTROL, E, exec, emacs # Screenshooting bind = , Print, exec, $scripts/hshot -m bind = ALT, Print, exec, $scripts/hshot -w bind = SHIFT, Print, exec, $scripts/hshot -s bind = CONTROL, Print, exec, $scripts/hshot -m -c bind = ALT_CONTROL, Print, exec, $scripts/hshot -w -c bind = CONTROL_SHIFT, Print, exec, $scripts/hshot -s -c # Volume $volDev = wpctl status | grep '*' -m 1 | awk '{print $3 - 0}' | xargs -I _ bind = ,0x1008FF11,exec,$volDev wpctl set-volume _ 5%- bind = ,0x1008FF13,exec,$volDev wpctl set-volume _ 5%+ bind = ,0x1008FF12,exec,$volDev wpctl set-mute _ toggle # Brightness bind = ,XF86MonBrightnessUp,exec,brightnessctl s +5% bind = ,0x1008FF03,exec,brightnessctl s 5%- # Move focus with mainMod + arrow keys bind = $mainMod, J, movefocus, d bind = $mainMod, K, movefocus, u bind = $mainMod, H, movefocus, l bind = $mainMod, L, movefocus, r # Move windows bind = SUPER_SHIFT,J,movewindow,d bind = SUPER_SHIFT,K,movewindow,u bind = SUPER_SHIFT,H,movewindow,l bind = SUPER_SHIFT,L,movewindow,r # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 bind = $mainMod, 3, workspace, 3 bind = $mainMod, 4, workspace, 4 bind = $mainMod, 5, workspace, 5 bind = $mainMod, 6, workspace, 6 bind = $mainMod, 7, workspace, 7 bind = $mainMod, 8, workspace, 8 bind = $mainMod, 9, workspace, 9 bind = $mainMod, 0, workspace, 10 # Move active window to a workspace with mainMod + SHIFT + [0-9] bind = $mainMod SHIFT, 1, movetoworkspacesilent, 1 bind = $mainMod SHIFT, 2, movetoworkspacesilent, 2 bind = $mainMod SHIFT, 3, movetoworkspacesilent, 3 bind = $mainMod SHIFT, 4, movetoworkspacesilent, 4 bind = $mainMod SHIFT, 5, movetoworkspacesilent, 5 bind = $mainMod SHIFT, 6, movetoworkspacesilent, 6 bind = $mainMod SHIFT, 7, movetoworkspacesilent, 7 bind = $mainMod SHIFT, 8, movetoworkspacesilent, 8 bind = $mainMod SHIFT, 9, movetoworkspacesilent, 9 bind = $mainMod SHIFT, 0, movetoworkspacesilent, 10 bind = $mainMod ALT, 1, movetoworkspace, 1 bind = $mainMod ALT, 2, movetoworkspace, 2 bind = $mainMod ALT, 3, movetoworkspace, 3 bind = $mainMod ALT, 4, movetoworkspace, 4 bind = $mainMod ALT, 5, movetoworkspace, 5 bind = $mainMod ALT, 6, movetoworkspace, 6 bind = $mainMod ALT, 7, movetoworkspace, 7 bind = $mainMod ALT, 8, movetoworkspace, 8 bind = $mainMod ALT, 9, movetoworkspace, 9 bind = $mainMod ALT, 0, movetoworkspace, 10 # Example special workspace (scratchpad) bind = $mainMod, S, togglespecialworkspace, magic bind = $mainMod SHIFT, S, movetoworkspace, special:magic # Scroll through existing workspaces with mainMod + scroll bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow