mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
windowrules fixed
This commit is contained in:
+3
-3
@@ -1,13 +1,13 @@
|
|||||||
bindm = SUPER,mouse:272,movewindow
|
bindm = SUPER,mouse:272,movewindow
|
||||||
bindm = SUPER,mouse:273,resizewindow
|
bindm = SUPER,mouse:273,resizewindow
|
||||||
|
|
||||||
bind = SUPER,RETURN,exec, uwsm app -S out -- foot
|
bind = SUPER,RETURN,exec, foot
|
||||||
bind = SUPER,Q,killactive
|
bind = SUPER,Q,killactive
|
||||||
bind = SUPER,M,exit
|
bind = SUPER,M,exit
|
||||||
bind = SUPER,E,exec, uwsm app -S out -- thunar
|
bind = SUPER,E,exec, thunar
|
||||||
bind = SUPER,S,togglefloating
|
bind = SUPER,S,togglefloating
|
||||||
bind = SUPER,P,pseudo
|
bind = SUPER,P,pseudo
|
||||||
bind = SUPER,B,exec, uwsm app -S out -- librewolf
|
bind = SUPER,B,exec, librewolf
|
||||||
|
|
||||||
bind = SUPER,H,movefocus,l
|
bind = SUPER,H,movefocus,l
|
||||||
bind = SUPER,L,movefocus,r
|
bind = SUPER,L,movefocus,r
|
||||||
|
|||||||
+10
-11
@@ -1,13 +1,12 @@
|
|||||||
exec-once = dispwin -d 1 color_profiles/1440p\ monitor.icm
|
exec-once = dispwin -d 1 color_profiles/1440p\ monitor.icm
|
||||||
exec-once = uwsm app -S out -- zshell
|
exec-once = zshell
|
||||||
exec-once = uwsm app -S out -- AyuGram
|
exec-once = AyuGram
|
||||||
exec-once = uwsm app -S out -- teams-for-linux
|
exec-once = teams-for-linux
|
||||||
exec-once = uwsm app -S out -- vesktop
|
exec-once = vesktop
|
||||||
exec-once = uwsm app -S out -- steam -silent
|
exec-once = steam -silent
|
||||||
exec-once = uwsm app -S out -- thunderbird
|
exec-once = thunderbird
|
||||||
exec-once = uwsm app -S out -- fcitx5
|
exec-once = fcitx5
|
||||||
exec-once = uwsm app -S out -- wl-paste --type text --watch cliphist store
|
exec-once = wl-paste --type text --watch cliphist store
|
||||||
exec-once = uwsm app -S out -- wl-paste --type image --watch cliphist store
|
exec-once = wl-paste --type image --watch cliphist store
|
||||||
exec-once = uwsm app -S out -- nextcloud --background
|
exec-once = nextcloud --background
|
||||||
exec-once = hyprsunset -i
|
exec-once = hyprsunset -i
|
||||||
exec-once = systemctl --user start hyprpolkitagent.service
|
|
||||||
|
|||||||
+43
-11
@@ -1,12 +1,44 @@
|
|||||||
windowrule = opacity 0.0 override, class:^(xwaylandvideobridge)$
|
windowrule {
|
||||||
windowrule = noanim, class:^(xwaylandvideobridge)$
|
name = windowrule-1
|
||||||
windowrule = noinitialfocus, class:^(xwaylandvideobridge)$
|
opacity = 0.0 override
|
||||||
windowrule = maxsize 1 1, class:^(xwaylandvideobridge)$
|
no_anim = on
|
||||||
windowrule = noblur, class:^(xwaylandvideobridge)$
|
no_initial_focus = on
|
||||||
windowrule = nofocus, class:^(xwaylandvideobridge)$
|
max_size = 1 1
|
||||||
|
no_blur = on
|
||||||
|
no_focus = on
|
||||||
|
match:class = ^(xwaylandvideobridge)$
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
windowrule {
|
||||||
|
name = windowrule-2
|
||||||
|
idle_inhibit = fullscreen
|
||||||
|
match:class = .*
|
||||||
|
}
|
||||||
|
|
||||||
|
windowrule {
|
||||||
|
name = windowrule-3
|
||||||
|
idle_inhibit = always
|
||||||
|
match:content = video
|
||||||
|
}
|
||||||
|
|
||||||
|
windowrule {
|
||||||
|
name = windowrule-4
|
||||||
|
idle_inhibit = always
|
||||||
|
match:content = game
|
||||||
|
}
|
||||||
|
|
||||||
|
windowrule {
|
||||||
|
name = windowrule-5
|
||||||
|
idle_inhibit = always
|
||||||
|
match:fullscreen_state_internal = client
|
||||||
|
match:fullscreen_state_client = 2
|
||||||
|
}
|
||||||
|
|
||||||
|
windowrule {
|
||||||
|
name = windowrule-6
|
||||||
|
idle_inhibit = always
|
||||||
|
match:fullscreen_state_internal = internal
|
||||||
|
match:fullscreen_state_client = 2
|
||||||
|
}
|
||||||
|
|
||||||
windowrulev2 = idleinhibit fullscreen, class:.*
|
|
||||||
windowrule = idleinhibit always, content:video
|
|
||||||
windowrule = idleinhibit always, content:game
|
|
||||||
windowrule = idleinhibit always, fullscreenstate:client 2
|
|
||||||
windowrule = idleinhibit always, fullscreenstate:internal 2
|
|
||||||
|
|||||||
Reference in New Issue
Block a user