Hyprland 0.46.2 built from branch v0.46.2-b at commit 0bd541f2fd902dbfa04c3ea2ccf679395e316887 (version: bump to 0.46.2). Date: 2024-12-19 Tag: v0.46.2, commits: 0bd541f2fd902dbfa04c3ea2ccf679395e316887 built against: aquamarine 0.5.1 hyprlang 0.6.0 hyprutils 0.3.3 hyprcursor 0.1.11 hyprgraphics 0.1.1 flags set: debug System Information: System name: Linux Node name: nixos Release: 6.13.0 Version: #1-NixOS SMP PREEMPT_DYNAMIC Sun Jan 19 23:51:45 UTC 2025 GPU information: 03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 31 [Radeon RX 7900 XT/7900 XTX/7900 GRE/7900M] [1002:744c] (rev cc) (prog-if 00 [VGA controller]) 12:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Raphael [1002:164e] (rev cb) (prog-if 00 [VGA controller]) os-release: ANSI_COLOR="0;38;2;126;186;228" BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues" BUILD_ID="25.05.20250123.0aa4755" CPE_NAME="cpe:/o:nixos:nixos:25.05" DEFAULT_HOSTNAME=nixos DOCUMENTATION_URL="https://nixos.org/learn.html" HOME_URL="https://nixos.org/" ID=nixos ID_LIKE="" IMAGE_ID="" IMAGE_VERSION="" LOGO="nix-snowflake" NAME=NixOS PRETTY_NAME="NixOS 25.05 (Warbler)" SUPPORT_URL="https://nixos.org/community.html" VARIANT="" VARIANT_ID="" VENDOR_NAME=NixOS VENDOR_URL="https://nixos.org/" VERSION="25.05 (Warbler)" VERSION_CODENAME=warbler VERSION_ID="25.05" plugins: ======Config-Start====== Config File: /home/nakul/.config/hypr/hyprland.conf: Read Succeeded # #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 # #autogenerated = 0 # remove this line to remove the warning workspace= name:1, monitor:DP-1 # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=DP-1,2560x1440@144,0x0,1.25 monitor=DP-3,highres,auto,auto monitor=HDMI-A-2,highres,auto,1 monitor=,highrr,auto,auto # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox $wallpaper = ~/OneDrive/Wallpaper/dark-hut.jpg #$wallpaper = ~/OneDrive/Wallpaper/current/tavern.jpg $auth-agent = /usr/lib/polkit-kde-authentication-agent-1 exec-once = wallpaper $wallpaper & waybar & $auth-agent & nm-applet & udiskie & mako exec-once = wl-paste --type text --watch cliphist store #Stores only text data exec-once = wl-paste --type image --watch cliphist store #Stores only image data exec-once = hyprctl dipatch workspace 1 # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf # Set programs that you use $terminal = kitty $fileManager = $terminal -e yazi $menu = rofi -show drun $browser = firefox # Some default env vars. #env = XCURSOR_SIZE,24 env = WLR_DRM_NO_ATOMIC,1 env = HYPRCURSOR_THEME,rose-pine-hyprcursor env = QT_QPA_PLATFORM,wayland env = QT_QPA_PLATFORMTHEME,qt5ct # For all categories, see https://wiki.hyprland.org/Configuring/Variables/ input { kb_layout = us kb_variant = kb_model = #kb_options = caps:escape kb_rules = follow_mouse = 1 touchpad { natural_scroll = no } sensitivity = 0 # -1.0 - 1.0, 0 means no modification. } cursor { no_hardware_cursors = true } general { # See https://wiki.hyprland.org/Configuring/Variables/ for more gaps_in = 7 gaps_out = 7 border_size = 1 col.active_border = rgba(FFFFFFaa) col.inactive_border = rgba(595959aa) layout = dwindle # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = true } $active_opacity = 1 $inactive_opacity = 0.8 decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more rounding = 3 active_opacity = $active_opacity fullscreen_opacity = $active_opacity inactive_opacity = $inactive_opacity blur { enabled = true size = 3 passes = 1 } # drop_shadow = yes # shadow_range = 4 # shadow_render_power = 3 # col.shadow = 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, 3, myBezier animation = windowsOut, 1, 3, default, popin 80% animation = border, 1, 1, default animation = borderangle, 1, 8, default animation = fade, 1, 3, default animation = workspaces, 1, 3, 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 = on } misc { # See https://wiki.hyprland.org/Configuring/Variables/ for more force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers focus_on_activate = true enable_swallow = true swallow_regex = ^(kitty|ya|yazi)$ vfr = false } xwayland { force_zero_scaling = true } # Example per-device config # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more #device:epic-mouse-v1 { # sensitivity = -0.5 #} # Example windowrule v1 # windowrule = float, ^(kitty)$ windowrule = float, title:^(LaTeX OCR|latexocr|grim|slurp)$ windowrule = noborder, title:^(LaTeX OCR|latexocr|grim|slurp)$ #windowrule = opaque , title:(Firefox) #windowrule = opaque , title:(Obsidian) #windowrule = opaque , title:(mpv) #make everything opaque except for kitty. #to add more exceptions use kitty|application-2|application3 $transparent_windows= kitty windowrulev2= opaque, class:(?kitty), windowrulev2 = opacity $active_opacity override $inactive_opacity override, class:kitty windowrulev2 = idleinhibit, tag:game #windowrulev2 = opaque, title(^.*$), title:(?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. # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Return, exec, $terminal bind = $mainMod, Q, killactive, bind = $mainMod, W, exec, $browser bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, P, exec, $menu bind = $mainMod, R, pseudo, # dwindle bind = $mainMod SHIFT, J, togglesplit, # dwindle bind = , Print, exec, grimblast --notify copysave screen ~/screenshots/$(date +%F-%Hh%Mm%Ss).png bind = SHIFT, Print, exec, grimblast --notify copysave active ~/screenshots/$(date +%F-%Hh%Mm%Ss).png bind = $mainMod, Print, exec, /home/nakul/.local/bin/screensnip.sh bind = $mainMod, C, exec, cliphist list | rofi -dmenu | cliphist decode | wl-copy bind = $mainMod, O, exec, obsidian bind = $mainMod, F, fullscreen #bind = $mainMod, T, toggleopaque # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d bind = $mainMod, H, movefocus, l bind = $mainMod, L, movefocus, r bind = $mainMod, K, movefocus, u bind = $mainMod, J, movefocus, d # 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 #suppress hypridle if game is running bind = $mainMod CTRL, G, tagwindow, game # 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 #System Controls bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle bind = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bind = , XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle bind = , XF86MonBrightnessUp, exec, light -A 5 bind = , XF86MonBrightnessDown, exec, light -U 5 bind = $mainMod, Backspace, exec, rofi -show power-menu -modi power-menu:rofi-power-menu #Waybar Controls bind = $mainMod SHIFT, B, exec, pkill -SIGUSR2 waybar bind = $mainMod , B, exec, pkill -SIGUSR1 waybar # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow # resize submap bind = ALT, R, submap, resize # will start a submap called "resize" submap = resize # sets repeatable binds for resizing the active window binde = , l, resizeactive, 20 0 binde = , h, resizeactive, -20 0 binde = , k, resizeactive, 0 -20 binde = , j, resizeactive, 0 20 # use reset to go back to the global submap bind = , escape, submap, reset # will reset the submap, meaning end the current one and return to the global one submap=reset bind = $mainMod CTRL, l, resizeactive, 20 0 bind = $mainMod CTRL, h, resizeactive, -20 0 bind = $mainMod CTRL, k, resizeactive, 0 -20 bind = $mainMod CTRL, j, resizeactive, 0 20 # will switch to a submap called move bind=ALT,M,submap,move # will start a submap called "move" submap=move # sets repeatable binds for moving the active window binde=,l,movewindow,r binde=,h,movewindow,l binde=,k,movewindow,u binde=,j,movewindow,d # use reset to go back to the global submap bind=,escape,submap,reset # will reset the submap, meaning end the current one and return to the global one submap=reset bind=$mainMod SHIFT,l,movewindow,r bind=$mainMod SHIFT,h,movewindow,l bind=$mainMod SHIFT,k,movewindow,u bind=$mainMod SHIFT,j,movewindow,d ======Config-End========