hyprwm / Hyprland

Hyprland is an independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
21.52k stars 900 forks source link

`noinitialfocus` prevents `fullscreen` #7404

Open Jademalo opened 2 months ago

Jademalo commented 2 months ago

Regression?

No

System Info and Version

System/Version info ```sh Hyprland, built from branch at commit c5feee1e357f3c3c59ebe406630601c627807963 (). Date: 2024-08-16 Tag: , commits: c5feee1e357f3c3c59ebe406630601c627807963 flags: (if any) System Information: System name: Linux Node name: minas-tirith Release: 6.6.45 Version: #1-NixOS SMP PREEMPT_DYNAMIC Sun Aug 11 10:47:28 UTC 2024 GPU information: 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA102 [GeForce RTX 3080 Ti] [10de:2208] (rev a1) (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]) NVRM version: NVIDIA UNIX Open Kernel Module for x86_64 560.31.02 Release Build (nixbld@) Tue Aug 13 02:14:47 UTC 2024 os-release: ANSI_COLOR="1;34" BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues" BUILD_ID="24.11.20240814.c3aa7b8" DOCUMENTATION_URL="https://nixos.org/learn.html" HOME_URL="https://nixos.org/" ID=nixos IMAGE_ID="" IMAGE_VERSION="" LOGO="nix-snowflake" NAME=NixOS PRETTY_NAME="NixOS 24.11 (Vicuna)" SUPPORT_URL="https://nixos.org/community.html" VERSION="24.11 (Vicuna)" VERSION_CODENAME=vicuna VERSION_ID="24.11" plugins: ======Config-Start====== Config File: /home/jademalo/.config/hypr/hyprland.conf: Read Succeeded exec-once = /nix/store/sb8wn0zw1mk1g4mny8mqmn9h8q0ldvjj-dbus-1.14.10/bin/dbus-update-activation-environment --systemd DISPLAY HYPRLAND_INSTANCE_SIGNATURE WAYLAND_DISPLAY XDG_CURRENT_DESKTOP && systemctl --user stop hyprland-session.target && systemctl --user start hyprland-session.target source=~/.config/hypr/hyprland-main.conf Config File: /home/jademalo/.config/hypr/hyprland-main.conf: Read Succeeded # This is an example Hyprland config file. # Refer to the wiki for more information. # https://wiki.hyprland.org/Configuring/Configuring-Hyprland/ # Please note not all available settings / options are set here. # For a full list, see the wiki # You can split this configuration into multiple files # Create your files separately and then link them to this file like this: # source = ~/.config/hypr/myColors.conf source = ./hyprland-clients.conf render { explicit_sync = 1 explicit_sync_kms = 0 } ################ ### MONITORS ### ################ # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=DP-3, 2560x1440@240, 0x0, 1.250000 # LG ULTRAGEAR monitor=DP-1, 1920x1080, 2048x72, 1 # Acer R241Y Right monitor=DP-2, 1920x1080, -1920x72, 1 # Acer R241Y Left #monitor=HDMI-A-1, 3840x2160, -1920x-1008, 2 # LG TV monitor=HDMI-A-1, disable # LG TV ################### ### MY PROGRAMS ### ################### # See https://wiki.hyprland.org/Configuring/Keywords/ # Set programs that you use $terminal = kitty $fileManager = dolphin $menu = pkill wofi || wofi --show drun ################# ### AUTOSTART ### ################# # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: # exec-once = $terminal # exec-once = nm-applet & # exec-once = waybar & hyprpaper & firefox exec-once = hyprctl dispatch workspace 1 exec-once = waybar ############################# ### ENVIRONMENT VARIABLES ### ############################# # See https://wiki.hyprland.org/Configuring/Environment-variables/ env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 # Nvidia fixes env = LIBVA_DRIVER_NAME,nvidia env = XDG_SESSION_TYPE,wayland env = GBM_BACKEND,nvidia-drm env = __GLX_VENDOR_LIBRARY_NAME,nvidia cursor:no_hardware_cursors = true ##################### ### LOOK AND FEEL ### ##################### # Refer to https://wiki.hyprland.org/Configuring/Variables/ # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 5 gaps_out = 20 border_size = 2 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.inactive_border = rgba(595959aa) # Set to true enable resizing windows by clicking and dragging on borders and gaps resize_on_border = false # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false layout = dwindle } # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { rounding = 10 # Change transparency of focused and unfocused windows active_opacity = 1.0 inactive_opacity = 1.0 drop_shadow = true shadow_range = 4 shadow_render_power = 3 col.shadow = rgba(1a1a1aee) # https://wiki.hyprland.org/Configuring/Variables/#blur blur { enabled = true size = 3 passes = 1 vibrancy = 0.1696 } } # https://wiki.hyprland.org/Configuring/Variables/#animations animations { enabled = true # 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 } # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more dwindle { pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this } # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more master { new_status = master } # https://wiki.hyprland.org/Configuring/Variables/#misc misc { force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( } ############# ### INPUT ### ############# # https://wiki.hyprland.org/Configuring/Variables/#input input { kb_layout = gb kb_variant = kb_model = kb_options = kb_rules = follow_mouse = 1 sensitivity = 0 # -1.0 - 1.0, 0 means no modification. accel_profile = flat touchpad { natural_scroll = false } } # https://wiki.hyprland.org/Configuring/Variables/#gestures gestures { workspace_swipe = false } # 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 } #################### ### KEYBINDINGSS ### #################### # See https://wiki.hyprland.org/Configuring/Keywords/ $mainMod = SUPER # Sets "Windows" key as main modifier # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, T, exec, $terminal bind = $mainMod, K, killactive, bind = $mainMod, Q, exit, bind = $mainMod, D, exec, $fileManager bind = $mainMod, F, togglefloating, bind = $mainMod, R, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle # 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 # Move windows with mainMod + arrow keys bind = $mainMod SHIFT, left, movewindow, l bind = $mainMod SHIFT, right, movewindow, r bind = $mainMod SHIFT, up, movewindow, u bind = $mainMod SHIFT, down, movewindow, 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 # 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 bindr = $mainMod, SUPER_L, exec, $menu # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow ############################## ### WINDOWS AND WORKSPACES ### ############################## # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more # See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules # Example windowrule v1 # windowrule = float, ^(kitty)$ # Example windowrule v2 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. workspace = name:1, monitor:DP-3 Config File: /home/jademalo/.config/hypr/hyprland-clients.conf: Read Succeeded # Twitch Chat $twitchChatTitle = gymnast86 - Chat - Twitch — Firefox Nightly $twitchChatClass = firefox-nightly monitor = DP-1, addreserved, 0, 0, 300, 0 $PiP = title:(kitty) windowrulev2 = tag +chat, title:^((.*) - Chat - Twitch — Firefox(.*)) windowrulev2 = group, class:^(firefox(.*)) windowrulev2 = group deny, tag:(chat) windowrulev2 = group deny, $PiP #windowrulev2 = workspace 3 silent, $PiP windowrulev2 = noinitialfocus, $PiP windowrulev2 = monitor DP-2, $PiP windowrulev2 = fullscreen, $PiP windowrulev2 = float, title:^((.*) - Chat - Twitch — Firefox(.*)) windowrulev2 = float, tag:(chat) windowrulev2 = monitor DP-1, title:($twitchChatTitle) windowrulev2 = move 2048 72, title:($twitchChatTitle) ======Config-End======== ```

Description

When opening a window that has both windowrulev2 = noinitialfocus and windowrulev2 = fullscreen, the fullscreen will not happen.

How to reproduce

windowrulev2 = noinitialfocus, title:(kitty)
windowrulev2 = fullscreen, title:(kitty)

Launch kitty with these rules, and the resulting window will not be fullscreen.

Crash reports, logs, images, videos

No response

Thanajor commented 2 months ago

I don't understand. Why do you full screen but no focus? Do you can explain me. What is the purpose for this.

Jademalo commented 2 months ago

Fairly simple - I run multiple monitors, and often want a video/stream playing fullscreen on my second monitor. I don't want my focus pulled when I launch that.

Thanajor commented 2 months ago

Well, i think is for Static rules why are evaluated once when the window is opened and never again. I believe noinitialfocus is the little problem. Anyway, the option nofocus in the Dynamic rules you should help you. =)

Jademalo commented 2 months ago

I tried that, but I don't want entirely nofocus since I want to be able to change the volume or pause the video. I just don't want the initial focus.

Kommynct commented 2 months ago

I also have nointitialfocus on a fullscreen for a lot of things, noisemakers on a second screen, mirroring the screens with wl-mirror, there are many usecases for this. If anyone has a workaround i'd appreciate it

Jademalo commented 2 months ago

I think I might have just figured out a workaround for the time being - So long as you are ok with it being on a specific workspace;

windowrulev2 = workspace 1 silent, title:(kitty)
windowrulev2 = fullscreen, title:(kitty)

It's not perfect since it requires a specific workspace, but it seems like having the static rule of a silent workplace setter has the same effect as noinitialfocus while correctly handling the fullscreen. I would still like to see this fixed properly though, since you end up with less flexibility this way and can't use a monitor tag to set position irrespective of workspace layout.

Kommynct commented 2 months ago

Works perfectly for me, I always open wl-mirror on a particular workspace anyway, thanks!