Update Hypr and Waybar

This commit is contained in:
2025-11-27 19:45:59 +00:00
parent e68d94e46b
commit acb84b3cac
5 changed files with 30 additions and 17 deletions

View File

@@ -1,5 +1,9 @@
# Minecraft Launcher
windowrulev2 = tile, floating:0, xwayland:1, class:Minecraft Launcher
windowrulev2 = pseudo, class:^(Minecraft Launcher)$
# Floating
windowrulev2 = float, title:Play Timer
windowrulev2 = float, class:play-timer
# Opacity
windowrule = opacity 0.85 0.75 ,class:^(kitty)$

View File

@@ -52,7 +52,7 @@ env = NVD_BACKEND,direct
# }
# permission = /usr/(bin|local/bin)/grim, screencopy, allow
# permission = /usr/(lib|libexec|lib64)/xdg-desktop-portal-hyprland, screencopy, allow
# permission = /usr/(lib|libexec|lib64)/xdg-deskclass:(?!Minecraft Launcher).*top-portal-hyprland, screencopy, allow
# permission = /usr/(bin|local/bin)/hyprpm, plugin, allow
@@ -144,10 +144,6 @@ exec-once = hyprctl setcursor Breeze 24
### KEYBINDINGS ###
##################
source = ~/.config/hypr/keybinds.conf
source = ~/.config/hypr/applications.conf
source = ~/.config/hypr/decoration.conf
# See https://wiki.hypr.land/Configuring/Keywords/
$mainMod = SUPER # Sets "Windows" key as main modifier
@@ -226,7 +222,15 @@ bindl = , XF86AudioPrev, exec, playerctl previous
# windowrule = float,class:^(kitty)$,title:^(kitty)$
# Ignore maximize requests from apps. You'll probably like this.
windowrule = suppressevent maximize, class:.*
windowrule = suppressevent maximize, class:(?!Minecraft Launcher).*
# Fix some dragging issues with XWayland
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
windowrule = pseudo,class:^$,title:^$,xwayland:1
source = ~/.config/hypr/keybinds.conf
source = ~/.config/hypr/applications.conf
source = ~/.config/hypr/decoration.conf