diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 5618278..92d6fc5 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -358,3 +358,11 @@ windowrule {
float = yes
}
+
+windowrule {
+ name = float-steam
+
+ match:class = ^([Ss]team)$
+
+ float = yes
+}
diff --git a/.config/hypr/monitors.json b/.config/hypr/monitors.json
index e906caa..c521d76 100644
--- a/.config/hypr/monitors.json
+++ b/.config/hypr/monitors.json
@@ -3,15 +3,6 @@
{
"name": "Defaultmon-not-found",
"monitors": {
- "desc:Microstep MEG 342C OLED": {
- "resolution": "3440x1440",
- "refresh_rate": 175.0,
- "scale": 1.0,
- "rotation": 0,
- "position_x": 1920,
- "position_y": 0,
- "is_primary": true
- },
"desc:Dell Inc. DELL P2422H CY98FQ3": {
"resolution": "1920x1080",
"refresh_rate": 60.0,
@@ -29,6 +20,15 @@
"position_x": 0,
"position_y": 0,
"is_primary": false
+ },
+ "desc:Microstep MEG 342C OLED": {
+ "resolution": "3440x1440",
+ "refresh_rate": 175.0,
+ "scale": 1.0,
+ "rotation": 0,
+ "position_x": 1920,
+ "position_y": 0,
+ "is_primary": true
}
}
},
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc
index dc39ef5..b10942e 100644
--- a/.config/waybar/config.jsonc
+++ b/.config/waybar/config.jsonc
@@ -25,7 +25,7 @@
"format": "{id}"
},
"custom/screenshot": {
- "exec": "printf '{\"text\": \"Shot \", \"tooltip\": \"Area screenshot: edit in Swappy, then choose save path and filename; Esc on filename uses screenshot\"}'",
+ "exec": "printf '{\"text\": \"Shot \", \"tooltip\": \"Area screenshot: edit in Swappy, then choose save path and filename; Esc on filename uses screenshot\"}'",
"return-type": "json",
"escape": false,
"interval": "once",
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 0c15ffa..b1a1733 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -2,7 +2,7 @@
border: none;
border-radius: 10px;
font-family: "Ubuntu", "SauceCodePro Nerd Font", "SauceCodePro Nerd Font Mono", "Symbols Nerd Font Mono", "Symbols Nerd Font", "Font Awesome 7 Free", sans-serif;
- font-size: 15px;
+ font-size: 14px;
min-height: 0;
}
@@ -99,6 +99,13 @@ tooltip {
border-color: #88c0d0;
}
+#custom-screenshot {
+ background: #34425a;
+ color: #eceff4;
+ font-weight: 700;
+ border-color: #88c0d0;
+}
+
#cpu,
#memory {
background: #384b5e;