Commit 0e415f5

Ansari <ping@ansari.wtf>
2025-12-22 18:25:25
Add Medium application launcher and icon; update .gitignore to exclude cache files
1 parent 6fb6e85
Changed files (4)
.assets
.config
hypr
.local
share
applications
.assets/icons/medium.png
Binary file
.config/hypr/modules/windows.conf
@@ -3,7 +3,7 @@ monitor=DP-1,1920x1080@144,auto,1
 # Floating windows
 windowrule = float true,center true,size 875 600,match:tag floating-window
 
-windowrule = tag +floating-window, match:class (Thunar|thunar|org.gnome.Evince|org.wraith.*|org.pulseaudio.pavucontrol|com.mitchellh.ghostty|Termius|nwg-look|localsend)
+windowrule = tag +floating-window, match:class (Thunar|thunar|org.gnome.Evince|org.wraith.*|org.pulseaudio.pavucontrol|com.mitchellh.ghostty|Termius|nwg-look|localsend|imv|mpv)
 windowrule = tag +floating-window, match:class (xdg-desktop-portal-gtk), match:title ^(Open.*Files?|Open [F|f]older.*|Save.*Files?|Save.*As|Save|All Files|.*wants to [open|save].*|[C|c]hoose.*)
 
 # Popped window rounding
.local/share/applications/medium.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Version=1.0
+Name=Medium
+Exec=smart-launch --web "chrome-medium.com" "https://medium.com"
+Terminal=false
+Type=Application
+Icon=/home/robin/.assets/icons/medium.png
+StartupNotify=true
\ No newline at end of file
.gitignore
@@ -1,1 +1,2 @@
-states/
\ No newline at end of file
+states/
+*.cache
\ No newline at end of file