From 837bd2416fcd23bda4557c878587a5b326516d21 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Mon, 1 Dec 2025 19:11:42 +0100 Subject: [PATCH] Update .config/hypr/hyprland/binds/managment.conf --- .../hypr/hyprland/binds/managment.conf | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/private_dot_config/hypr/hyprland/binds/managment.conf b/private_dot_config/hypr/hyprland/binds/managment.conf index bcf7736..7885c76 100644 --- a/private_dot_config/hypr/hyprland/binds/managment.conf +++ b/private_dot_config/hypr/hyprland/binds/managment.conf @@ -73,19 +73,29 @@ bind = $mainMod CONTROL_L, RETURN, exec, $terminal bind = $mainMod, space , exec, $menu ### messages -bind = $mainMod Control_L, s,exec, uwsm app -- ~/.local/share/applications/signal-desktop.desktop +bind = $mainMod Control_L, s, exec, uwsm app -- ~/.local/share/applications/signal-desktop.desktop +bind = $mainMod Control_L, s, focuswindow, class:^(signal)$ + bind = $mainMod Control_L, v, sendshortcut, ctrl, k, class:^(vesktop)$ -bind = $mainMod Control_L, v ,exec, uwsm app -- vesktop -bind = $mainMod Control_L, v , focuswindow, class:^(vesktop)$ +bind = $mainMod Control_L, v, exec, uwsm app -- vesktop +bind = $mainMod Control_L, v, focuswindow, class:^(vesktop)$ ### other bind = $mainMod Control_L, g, exec, uwsm app -- mangohud steam -bind = $mainMod Control_L, b, exec, [workspace 2] uwsm app -- $browser +bind = $mainMod Control_L, g, focuswindow, class:^(steam)$ + +bind = $mainMod Control_L, b, exec, uwsm app -- $browser + bind = $mainMod Control_L, n, exec, [workspace 6] uwsm app -- $notes +bind = $mainMod Control_L, n, focuswindow, class:^(obsidian)$ + bind = $mainMod Control_L, m, exec, [workspace 9] uwsm app -- $music_player + bind = $mainMod Control_L, f, exec, uwsm app -- freetube +bind = $mainMod Control_L, f, focuswindow, class:^(freetube)$ + bind = $mainMod Control_L, x, exec, uwsm app -- ~/.local/share/applications/x.desktop +bind = $mainMod Control_L, x, focuswindow, class:^(chrome-x.com__-Default)$ ## restart waybar bind = $mainMod CONTROL_L L_SHIFT, B, exec, ~/.local/bin/restart_waybar.sh -