Skip to content

Commit

Permalink
New bind for fullscreen and removed border for picture-in-picture in …
Browse files Browse the repository at this point in the history
…Firefox
  • Loading branch information
Jeffser committed Dec 15, 2023
1 parent b20e542 commit 54628fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ windowrulev2 = opacity 0.8 0.8,class:^(Code)$
windowrulev2 = opacity 0.9 0.9,class:^(jetbrains-idea-ce)$
windowrulev2 = opacity 0.8 0.8,class:^(thunar)$
windowrulev2 = opacity 0.8 0.8,class:^(mako)$
windowrulev2 = tile,class:^(Apache NetBeans IDE)(.*)$

windowrulev2 = keepaspectratio,class:^(firefox)$,title:^(Picture-in-Picture)$
windowrulev2 = noborder,class:^(firefox)$,title:^(Picture-in-Picture)$

windowrulev2 = float,class:^(steam)$,title:^(Steam setup)$
windowrulev2 = float,size 10% 15%,class:^(steam)$,title:^(Friends List)$
windowrulev2 = float,size 10% 10%,class:^(thunar)$,title:^(Confirm to replace files)$
Expand All @@ -154,6 +159,7 @@ bind = $mainMod, C, exec, hyprpicker -f hex -a
bindr = $mainMod, V, exec, pkill wofi || cliphist list | wofi --dmenu --allow-images --conf ~/.config/wofi/config | cliphist decode | wl-copy
bind = $mainMod, M, exec, (sleep 10 && shutdown now) & (notify-send --urgency=critical --expire-time=20000 --wait 'System Shutdown' 'The system will shutdown in 10 seconds, click to cancel' && pkill sleep)
bind = $mainMod, B, togglefloating,
bind = $mainMod, A, fullscreen,
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
bind = $mainMod, G, togglegroup,
Expand Down

0 comments on commit 54628fc

Please sign in to comment.