From c453e7aa90d45ea9ccfcc2901dee40f039ba5883 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 9 Dec 2025 11:26:04 +0100 Subject: [PATCH] [Hyprland] improve notifications --- config/hypr/hyprland/modal-binds/device.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/hypr/hyprland/modal-binds/device.conf b/config/hypr/hyprland/modal-binds/device.conf index 030b2c1..37726cc 100644 --- a/config/hypr/hyprland/modal-binds/device.conf +++ b/config/hypr/hyprland/modal-binds/device.conf @@ -30,23 +30,23 @@ bind = CTRL, E, exec, hyprctl keyword monitor HDMI-A-1, 1280x720@60, 3840x0, 1 & # ── Monitor config binds ──────────────────────────────────────────── -bind = SHIFT, D, exec, hyprctl keyword monitor HDMI-A-1, 1920x1080@60, 1920x0, 1, mirror, eDP-1 && notify-send 'Set to mirror internal display' -bind = SHIFT, E, exec, hyprctl keyword monitor HDMI-A-1, 1920x1080@60, 1920x0, 1 && notify-send 'Set to expand external display' +bind = SHIFT, D, exec, hyprctl keyword monitor HDMI-A-1, 1920x1080@60, 1920x0, 1, mirror, eDP-1 && notify-send 'Set to mirror internal display' --app-name="Hyprctl" +bind = SHIFT, E, exec, hyprctl keyword monitor HDMI-A-1, 1920x1080@60, 1920x0, 1 && notify-send 'Set to expand external display' --app-name="Hyprctl" # ── Internal display controls ─────────────────────────────────────── -bind = , E, exec, hyprctl keyword monitor eDP-1, 2880x1800@60, 0x0, 1.5 && cpupower-gui -b && notify-send 'Set to battery optimized settings' -bind = , B, exec, hyprctl keyword monitor eDP-1, 2880x1800@120, 0x0, 1.5 && cpupower-gui -b && notify-send 'Set to balanced performance settings' -bind = , P, exec, hyprctl keyword monitor eDP-1, 2880x1800@120, 0x0, 1.5 && cpupower-gui -p && notify-send 'Set to performance optimized settings' +bind = , E, exec, hyprctl keyword monitor eDP-1, 2880x1800@60, 0x0, 1.5 && cpupower-gui -b && notify-send 'Set to battery optimized settings' --app-name="PowerProfiles" +bind = , B, exec, hyprctl keyword monitor eDP-1, 2880x1800@120, 0x0, 1.5 && cpupower-gui -b && notify-send 'Set to balanced performance settings' --app-name="PowerProfiles" +bind = , P, exec, hyprctl keyword monitor eDP-1, 2880x1800@120, 0x0, 1.5 && cpupower-gui -p && notify-send 'Set to performance optimized settings' --app-name="PowerProfiles" # ── Using docked ──────────────────────────────────────────────────── bind = , D, exec, hyprctl keyword monitor eDP-1, disable # Keyboard layout -bind = , U, exec, hyprctl keyword input:kb_layout us && notify-send 'Set to US keyboard layout' +bind = , U, exec, hyprctl keyword input:kb_layout us && notify-send 'Set to US keyboard layout' --app-name="Keyboard layout" bind = , U, submap, reset -bind = , C, exec, hyprctl keyword input:kb_layout ch && notify-send 'Set to CH keyboard layout' +bind = , C, exec, hyprctl keyword input:kb_layout ch && notify-send 'Set to CH keyboard layout' --app-name="Keyboard layout" bind = , C, submap, reset