Commit f7ba837
Changed files (6)
.config
hypr
modules
waybar
.local
share
applications
.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)$"]
},
.wraith/bin/swaylock
Binary file
.wraith/bin/wdu
Binary file