Commit f7ba837

Ansari <ping@ansari.wtf>
2025-12-29 08:22:21
random stuffs idk
1 parent 35d899d
Changed files (6)
.config
.local
share
applications
.wraith
.config/hypr/modules/windows.conf
@@ -4,7 +4,8 @@ monitor=DP-1,1920x1080@144,auto,1
 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|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.*)
+windowrule = tag +floating-window, match:class (xdg-desktop-portal-gtk)
+windowrule = tag +floating-window, 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
 windowrule = rounding 8, match:tag pop
@@ -13,11 +14,16 @@ windowrule = rounding 8, match:tag pop
 # Apps Rules
 windowrule = workspace 1, match:class ^(zen)$
 windowrule = workspace 2, match:class ^(code|code-oss|Code-Insiders)$
-windowrule = workspace special:music, match:class ^(chrome-music\.youtube\..*)$
 windowrule = workspace 3, match:class ^(chrome-gemini.google.com.*)$
 
 windowrule = float true,center true,size 1000 550,rounding 12,tag -floating-window,match:class org.wraith.about
 windowrule = workspace special:temp, match:class ^(discord)$
 
 windowrule = float true,center true, size 1100 700, match:class steam, match:title Steam
-windowrule = size 460 800, match:class steam, match:title Friends List
\ No newline at end of file
+windowrule = size 460 800, match:class steam, match:title Friends List
+
+
+
+#Special Workspaces
+windowrule = workspace special:music, match:class ^(chrome-music\.youtube\..*)$
+windowrule = workspace special:3d, match:class ^(BambuStudio)$
\ No newline at end of file
.config/hypr/hypridle.conf
@@ -1,17 +1,17 @@
 general {
-    lock_cmd = pidof swaylock || swaylock --config ~/.config/sway/swaylock.conf
+    lock_cmd = pidof swaylock || swaylock --config ~/.config/sway/swaylock.conf --fade=0.3
     before_sleep_cmd = loginctl lock-session               # lock before suspend.
     after_sleep_cmd = hyprctl dispatch dpms on             # to avoid having to press a key twice to turn on the display.
     inhibit_sleep = 3                                      # wait until screen is locked
 }
 
 listener {
-    timeout = 300                      
+    timeout = 500                      
     on-timeout = loginctl lock-session
 }
 
 listener {
-    timeout = 330                                           
+    timeout = 510                                           
     on-timeout = hyprctl dispatch dpms off                   
     on-resume = hyprctl dispatch dpms on && brightnessctl -r 
 }
.config/waybar/config.jsonc
@@ -3,7 +3,7 @@
   "position": "top",
   "height": 32,
   "spacing": 0,
-  "modules-left": ["custom/about","clock", "custom/packages"],
+  "modules-left": ["custom/about", "clock", "custom/packages"],
   "modules-center": ["hyprland/workspaces#main"],
   "modules-right": [
     "hyprland/workspaces#special",
@@ -40,7 +40,8 @@
     "format": "{icon}",
     "format-icons": {
       "music": "󰎆",
-      "temp":"󰒋"
+      "3d": "󰭼",
+      "temp": "󰒋"
     },
     "ignore-workspaces": ["^([0-9]|10)$"]
   },
.local/share/applications/lstopo.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Name=Hardware Locality lstopo
+Type=Application
+Hidden=true
.wraith/bin/swaylock
Binary file
.wraith/bin/wdu
Binary file