From 5c069beb2b5cc576c1f4a44d10cb27818e6b5223 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 9 Dec 2025 11:24:07 +0100 Subject: [PATCH] [Hyprland] Add notifications to layout change --- config/hypr/hyprland/modal-binds/device.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/hyprland/modal-binds/device.conf b/config/hypr/hyprland/modal-binds/device.conf index de5ae92..030b2c1 100644 --- a/config/hypr/hyprland/modal-binds/device.conf +++ b/config/hypr/hyprland/modal-binds/device.conf @@ -44,9 +44,9 @@ bind = , P, exec, hyprctl keyword monitor eDP-1, 2880x1800@120, 0x0, 1.5 && cpup bind = , D, exec, hyprctl keyword monitor eDP-1, disable # Keyboard layout -bind = , U, exec, hyprctl keyword input:kb_layout us +bind = , U, exec, hyprctl keyword input:kb_layout us && notify-send 'Set to US keyboard layout' bind = , U, submap, reset -bind = , C, exec, hyprctl keyword input:kb_layout ch +bind = , C, exec, hyprctl keyword input:kb_layout ch && notify-send 'Set to CH keyboard layout' bind = , C, submap, reset