diff --git a/hyprland/.config/hypr/monitors.lua b/hyprland/.config/hypr/monitors.lua index 96502f4..38e49d4 100644 --- a/hyprland/.config/hypr/monitors.lua +++ b/hyprland/.config/hypr/monitors.lua @@ -2,33 +2,8 @@ hl.monitor({ output = "desc:BOE 0x0BC9", - disabled = true, -}) - -hl.monitor({ - output = "desc:Dell Inc. DELL U2515HX GMDK46C4053L", - mode = "2560x1440@59.951", - position = "5488x345", - scale = 1, - cm = "srgb", - sdr_min_luminance = 0.2, - sdr_max_luminance = 80, -}) - -hl.monitor({ - output = "desc:Dell Inc. DELL U2518D 0WG2J9C5B3WL", - mode = "2560x1440@59.951", - position = "2928x345", - scale = 1, - cm = "srgb", - sdr_min_luminance = 0.2, - sdr_max_luminance = 80, -}) - -hl.monitor({ - output = "desc:Viewteck Co. Ltd. GNV34DB", - mode = "3440x1440@50", - position = "3795x1785", + mode = "2560x1600@165", + position = "0x0", scale = 1, cm = "srgb", sdr_min_luminance = 0.2, diff --git a/hyprshell/.config/hyprshell/config.ron b/hyprshell/.config/hyprshell/config.ron index 3f6b25b..d38b73f 100644 --- a/hyprshell/.config/hyprshell/config.ron +++ b/hyprshell/.config/hyprshell/config.ron @@ -43,7 +43,6 @@ actions: ( actions: [ lock_screen, - hibernate, logout, reboot, shutdown, diff --git a/monique/.config/monique/profiles/desk.json b/monique/.config/monique/profiles/desk.json index 82b0bca..0e63829 100644 --- a/monique/.config/monique/profiles/desk.json +++ b/monique/.config/monique/profiles/desk.json @@ -51,7 +51,7 @@ "reserved_bottom": 0, "reserved_left": 0, "reserved_right": 0, - "enabled": false, + "enabled": true, "focus_at_startup": false }, { @@ -275,5 +275,5 @@ } ], "workspace_rules": [], - "last_applied_time": 1788817484.835665 + "last_applied_time": 1788832961.6364207 } diff --git a/monique/.config/monique/profiles/laptop.json b/monique/.config/monique/profiles/laptop.json index 4c3e2af..a7b73be 100644 --- a/monique/.config/monique/profiles/laptop.json +++ b/monique/.config/monique/profiles/laptop.json @@ -1,7 +1,16 @@ { - "last_applied_time": 0.0, + "name": "laptop", "monitors": [ { + "name": "eDP-2", + "description": "BOE 0x0BC9", + "make": "BOE", + "model": "0x0BC9", + "serial": "", + "width": 2560, + "height": 1600, + "refresh_rate": 165.0, + "resolution_mode": "explicit", "available_modes": [ "2560x1600@165.00Hz", "2560x1600@60.00Hz", @@ -17,44 +26,35 @@ "800x600@165.00Hz", "640x480@165.00Hz" ], - "bitdepth": 8, - "color_management": "srgb", - "description": "BOE 0x0BC9", - "enabled": true, - "focus_at_startup": false, - "height": 1600, - "icc_profile": "", - "make": "BOE", - "max_avg_luminance": 0.0, - "max_luminance": 0.0, - "min_luminance": 0.0, - "mirror_of": "", - "model": "0x0BC9", - "name": "eDP-2", + "x": 0, + "y": 0, "position_mode": "explicit", - "refresh_rate": 165.0, + "scale": 1, + "scale_mode": "explicit", + "transform": 0, + "mirror_of": "", + "bitdepth": 8, + "vrr": 0, + "color_management": "srgb", + "icc_profile": "", + "sdr_brightness": 1, + "sdr_saturation": 1, + "sdr_eotf": 0, + "supports_hdr": 0, + "supports_wide_color": 0, + "sdr_min_luminance": 0.2, + "sdr_max_luminance": 80, + "min_luminance": 0.0, + "max_luminance": 0.0, + "max_avg_luminance": 0.0, + "reserved_top": 0, "reserved_bottom": 0, "reserved_left": 0, "reserved_right": 0, - "reserved_top": 0, - "resolution_mode": "explicit", - "scale": 1, - "scale_mode": "explicit", - "sdr_brightness": 1, - "sdr_eotf": 0, - "sdr_max_luminance": 80, - "sdr_min_luminance": 0.2, - "sdr_saturation": 1, - "serial": "", - "supports_hdr": 0, - "supports_wide_color": 0, - "transform": 0, - "vrr": 0, - "width": 2560, - "x": 0, - "y": 0 + "enabled": true, + "focus_at_startup": false } ], - "name": "laptop", - "workspace_rules": [] + "workspace_rules": [], + "last_applied_time": 1788832965.6726744 } diff --git a/monique/.config/monique/settings.json b/monique/.config/monique/settings.json index 62a2624..7e27cb3 100644 --- a/monique/.config/monique/settings.json +++ b/monique/.config/monique/settings.json @@ -2,5 +2,5 @@ "clamshell_mode": true, "update_sddm": true, "migrate_workspaces": true, - "active_profile": "desk" + "active_profile": "laptop" } diff --git a/waybar/.config/waybar/config.jsonc b/waybar/.config/waybar/config.jsonc index eea9a2a..3c57391 100644 --- a/waybar/.config/waybar/config.jsonc +++ b/waybar/.config/waybar/config.jsonc @@ -89,10 +89,11 @@ "menu": "on-click", "menu-file": "~/.config/waybar/power_menu.xml", "menu-actions": { - "shutdown": "shutdown", - "reboot": "reboot", "suspend": "systemctl suspend", - "hibernate": "systemctl hibernate", + "lock": "hyprlock", + "logout": "hyprctl dispatch exit", + "reboot": "reboot", + "shutdown": "shutdown", }, "escape": true }, diff --git a/waybar/.config/waybar/power_menu.xml b/waybar/.config/waybar/power_menu.xml index fe42050..ede822f 100644 --- a/waybar/.config/waybar/power_menu.xml +++ b/waybar/.config/waybar/power_menu.xml @@ -7,21 +7,26 @@ - - Hibernate + + Lock - - Shutdown + + Logout + + + + + Restart - - Reboot + + Shutdown