From e14b863bf34637e59a0fdb82590cf36b6b9adc14 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 7 Mar 2026 00:26:25 +0000 Subject: [PATCH] Minecraft stuff --- .config/hypr/apps.conf | 8 ++++++++ .local/share/applications/Minecraft.desktop | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 .local/share/applications/Minecraft.desktop diff --git a/.config/hypr/apps.conf b/.config/hypr/apps.conf index bb37c1d..18cf3ef 100644 --- a/.config/hypr/apps.conf +++ b/.config/hypr/apps.conf @@ -110,6 +110,14 @@ windowrule = size 1100 700, match:class steam, match:title Steam windowrule = size 460 800, match:class steam, match:title Friends List windowrule = idle_inhibit fullscreen, match:class steam +# Float Lunar Client +windowrule = float on, match:class lunarclient +windowrule = center on, match:class lunarclient +windowrule = tag -default-opacity, match:class lunarclient +windowrule = opacity 1 1, match:class lunarclient +windowrule = size 1100 700, match:class lunarclient +windowrule = idle_inhibit fullscreen, match:class lunarclient + # Floating windows windowrule = float on, match:tag floating-window windowrule = center on, match:tag floating-window diff --git a/.local/share/applications/Minecraft.desktop b/.local/share/applications/Minecraft.desktop new file mode 100644 index 0000000..fef62f9 --- /dev/null +++ b/.local/share/applications/Minecraft.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Name=Minecraft +Comment=Minecraft +Exec=lunarclient +Icon=/home/chris/.local/share/applications/icons/Minecraft.png +Terminal=false +Type=Application +Categories=Graphics