# ####################################################################################### # AUTOGENERATED HYPR CONFIG. # PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT, # OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS. # ####################################################################################### # # Please note not all available settings / options are set here. # For a full list, see the wiki # # Macchiato color theme source=~/.config/hypr/macchiato.conf # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=DP-1,1920x1080@100,0x0,1 monitor=DP-2,1920x1080@60,-1920x0,1 # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch exec-once = ashell exec-once = swww-daemon # Set programs that you use $terminal = kitty $fileManager = nemo $menu = walker # Some default env vars. env = XCURSOR_SIZE,24 env = QT_QPA_PLATFORM,wayland env = QT_QPA_PLATFORMTHEME,qt6ct # change to qt6ct if you have that env = LIBVA_DRIVER_NAME,nvidia env = XDG_SESSION_TYPE,wayland env = GBM_BACKEND,nvidia-drm env = __GLX_VENDOR_LIBRARY_NAME,nvidia env = WLR_NO_HARDWARE_CURSORS,1 # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = be,us kb_options = grp:win_space_toggle follow_mouse = 1 touchpad { natural_scroll = yes } } device { name = microsoft-surface-045e:09af-mouse sensitivity = 0.5 } device { name = microsoft-surface-045e:09af-touchpad sensitivity = 0.2 } device { name = glorious-model-o sensitivity = -0.2 } general { # See https://wiki.hyprland.org/Configuring/Variables/ for more gaps_in = 3 gaps_out = 10 border_size = 3 col.active_border = $flamingo $mauve 45deg col.inactive_border = rgb(141414) layout = dwindle # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false } group { col.border_active = $flamingo $lavender 45deg col.border_inactive = rgb(141414) col.border_locked_active = $red $lavender 45deg col.border_locked_inactive = rgb(141414) } decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more rounding = 10 blur { enabled = true size = 3 passes = 1 } shadow { enabled = yes range = 4 render_power = 3 color = rgba(1a1a1aee) } } 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, 7, myBezier animation = windowsOut, 1, 7, default, popin 80% animation = border, 1, 10, default animation = borderangle, 1, 8, default animation = fade, 1, 7, default animation = workspaces, 1, 6, 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_status = master } gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more workspace_swipe = off } misc { # See https://wiki.hyprland.org/Configuring/Variables/ for more force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers } # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more device { name = epic-mouse-v1 sensitivity = -0.5 } # 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 = suppressevent maximize, class:.* # You'll probably like this. windowrulev2 = float,title:^(Brightness Control)$ windowrulev2 = move 100%-295 50,title:^(Brightness Control)$ windowrulev2 = stayfocused,title:^(rofi - combi)$ windowrulev2 = float,title:^(Volume Control)$ windowrulev2 = move 50% 50,title:^(Volume Control)$ windowrulev2 = size 700 400,title:^(Volume Control)$ windowrulev2 = float, title:^(HyperDown)$ windowrulev2 = center, title:^(HyperDown)$ # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER $spaceMod = ALT # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, T, exec, $terminal bind = $mainMod, C, killactive, bind = $mainMod, Escape, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, F, togglefloating, bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle bind = $altMod, SPACE, exec, $menu bind = $mainMod, L, exec, hyprlock bind = $mainMod, V, fullscreen # Move focus with mainMod + arrow key bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d # Switch workspaces with mainMod + [0-9] bind = $mainMod, ampersand, workspace, 1 bind = $mainMod, eacute, workspace, 2 bind = $mainMod, quotedbl, workspace, 3 bind = $mainMod, apostrophe, workspace, 4 bind = $mainMod, parenleft, workspace, 5 bind = $mainMod, section, workspace, 6 bind = $mainMod, egrave, workspace, 7 bind = $mainMod, exclam, workspace, 8 bind = $mainMod, ccedilla, workspace, 9 bind = $mainMod, agrave, workspace, 10 # Move active window to a workspace with mainMod + SHIFT + [0-9] bind = $mainMod SHIFT, ampersand, movetoworkspace, 1 bind = $mainMod SHIFT, eacute, movetoworkspace, 2 bind = $mainMod SHIFT, quotedbl, movetoworkspace, 3 bind = $mainMod SHIFT, apostrophe, movetoworkspace, 4 bind = $mainMod SHIFT, parenleft, movetoworkspace, 5 bind = $mainMod SHIFT, section, movetoworkspace, 6 bind = $mainMod SHIFT, egrave, movetoworkspace, 7 bind = $mainMod SHIFT, exclam, movetoworkspace, 8 bind = $mainMod SHIFT, ccedilla, movetoworkspace, 9 bind = $mainMod SHIFT, agrave, movetoworkspace, 10 # Example special workspace (scratchpad) bind = $mainMod, M, togglespecialworkspace, magic bind = $mainMod SHIFT, M, 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 window to existing workspaces with mainMod + SHIFT + scroll bind = $mainMod SHIFT, mouse_down, movetoworkspace, e+1 bind = $mainMod SHIFT, mouse_up, movetoworkspace, e-1 # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow # Take a screenshot and copy it to clipboard bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy # Write Decroly mon collègue mais néanmoins amis bind = $altMod, TAB, exec, printf "%s\n" "type Mon collègue mais néanmois ami, André Decroly." "key enter" | DOTOOL_XKB_LAYOUT=be dotool