# # Please note not all available settings / options are set here. # For a full list, see the wiki # # Monitor configuration monitor=DP-2,1920x1080@144,0x1080,1 monitor=HDMI-A-1,1920x1080@60,1500x0,1 monitor=HDMI-A-2,1920x1080@60,1920x1080,1,transform,3 monitor=,preferred,auto,auto # Clipboard history exec-once = wl-paste --watch cliphist store # Notifications exec-once = dunst # Polkit exec-once = /usr/lib/polkit-kde-authentication-agent-1 # Wallpapers exec-once = hyprpaper # Launcher exec-once = ulauncher --no-window-shadow --hide-window # Kde Connect exec-once = kdeconnect-indicator # Bar exec-once = eww daemon exec-once = eww open bar # Autostart applications exec-once = firefox exec-once = flatpak run org.mozilla.Thunderbird exec-once = flatpak run com.discordapp.Discord # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf # Some default env vars. env = XCURSOR_SIZE,24 env = QT_QPA_PLATFORMTHEME,qt5ct # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = us kb_variant = dvorak kb_model = kb_options = caps:escape kb_rules = follow_mouse = 1 touchpad { natural_scroll = no } sensitivity = 0.1 # -1.0 - 1.0, 0 means no modification. accel_profile = flat } general { # See https://wiki.hyprland.org/Configuring/Variables/ for more gaps_in = 5 gaps_out = 10 border_size = 1 col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.inactive_border = rgba(595959aa) layout = dwindle } decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more rounding = 5 blur { enabled = yes size = 3 passes = 1 new_optimizations = on } drop_shadow = yes shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) } layerrule = blur,gtk-layer-shell layerrule = ignorezero,gtk-layer-shell animations { enabled = yes # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more bezier = myBezier, 0.05, 0.9, 0.1, 1.05 animation = windows, 1, 3, myBezier animation = windowsOut, 1, 3, default, popin 80% animation = border, 1, 5, default animation = borderangle, 1, 4, default animation = fade, 1, 3, default animation = workspaces, 1, 2, default } 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 = off } # workspaces workspace = HDMI-A-1, name:third workspace = HDMI-A-2, name:second workspace = 1, monitor:DP-2 workspace = 2, monitor:DP-2 workspace = 3, monitor:DP-2 workspace = 4, monitor:DP-2 workspace = 5, monitor:DP-2 workspace = 6, monitor:DP-2 workspace = 7, monitor:DP-2 workspace = 8, monitor:DP-2 workspace = 9, monitor:DP-2 workspace = 10, monitor:DP-2 # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER $mainModShift = SUPER_SHIFT bind = $mainMod, return, exec, kitty bind = $mainModShift, Q, killactive, bind = $mainMod, F, togglefloating, bind = $mainModShift, F, fullscreen bind = $mainMod, E, exec, ulauncher-toggle #wofi --show drun bind = $mainMod, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy bind = CTRL, Print, exec, flameshot gui # 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, movetoworkspace, 1 bind = $mainMod SHIFT, 2, movetoworkspace, 2 bind = $mainMod SHIFT, 3, movetoworkspace, 3 bind = $mainMod SHIFT, 4, movetoworkspace, 4 bind = $mainMod SHIFT, 5, movetoworkspace, 5 bind = $mainMod SHIFT, 6, movetoworkspace, 6 bind = $mainMod SHIFT, 7, movetoworkspace, 7 bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 bind = $mainMod SHIFT, 0, movetoworkspace, 10 # 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 # Media keys bind = ,XF86AudioPlay, exec, playerctl --player plasma-browser-integration play-pause bind = ,XF86AudioPrev, exec, playerctl previous bind = ,XF86AudioNext, exec, playerctl next bind = ,XF86AudioLowerVolume, exec, playerctl --player plasma-browser-integration volume 0.01- bind = ,XF86AudioRaiseVolume, exec, playerctl --player plasma-browser-integration volume 0.01+ # This is a dumb work around for hyprland not passing ALT half the time with the pass dispatcher. bind = ALT, M, exec, xdotool key 'ALT+m' bind = ALT, B, exec, xdotool key 'ALT+b' #bind = ALT,M,pass,^(discord)$ #bind = ALT,B,pass,^(discord)$ # Window rules # Auto workspace windowrule = workspace 1 silent,firefox windowrule = workspace name:second silent,discord windowrule = workspace 10 silent,thunderbird # ULauncher windowrulev2 = forceinput,class:^(ulauncher)$ windowrulev2 = dimaround,class:^(ulauncher)$ # Flameshot windowrulev2 = nofullscreenrequest,title:^(flameshot)$ windowrulev2 = float,title:^(flameshot)$ windowrulev2 = move 0 -1080,title:^(flameshot)$ windowrulev2 = noanim,title:^(flameshot)$ windowrulev2 = rounding 0,title:^(flameshot)$