diff --git a/private_dot_config/hypr/hyprland/binds/clipboard.conf b/private_dot_config/hypr/hyprland/binds/clipboard.conf index 4ab7dad..a1ea90b 100644 --- a/private_dot_config/hypr/hyprland/binds/clipboard.conf +++ b/private_dot_config/hypr/hyprland/binds/clipboard.conf @@ -1,2 +1,2 @@ bind = $mainMod, V, exec, cliphist list | hyprlauncher -m | cliphist decode | wl-copy -bind = $mainMod CONTROL_L, V, exec, cliphist wipe && notify-send "Clipboard" "Clipboard cleared!" +bind = $mainMod ALT_L, V, exec, cliphist wipe && notify-send "Clipboard" "Clipboard cleared!" diff --git a/private_dot_config/hypr/hyprland/binds/managment.conf b/private_dot_config/hypr/hyprland/binds/managment.conf index a44f945..f4ec0d8 100644 --- a/private_dot_config/hypr/hyprland/binds/managment.conf +++ b/private_dot_config/hypr/hyprland/binds/managment.conf @@ -73,17 +73,17 @@ bind = $mainMod CONTROL_L, RETURN, exec, $terminal bind = $mainMod, space , exec, $menu ### messages -#### vesktop -bind = $mainMod ALT_L, s,exec, uwsm app -- ~/.local/share/applications/signal-desktop.desktop -bind = $mainMod ALT_L, v, sendshortcut, ctrl, k, class:^(vesktop)$ -bind = $mainMod ALT_L, v ,exec, uwsm app -- vesktop -bind = $mainMod ALT_L, v , focuswindow, class:^(vesktop)$ +bind = $mainMod Control_L, s,exec, uwsm app -- ~/.local/share/applications/signal-desktop.desktop +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)$ ### other -bind = $mainMod Control_L, s, exec, uwsm app -- mangohud steam +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, n, exec, [workspace 6] uwsm app -- $notes -bind = $mainMod Control_L, m, exec, [workspace 9] uwsm app $music_player +bind = $mainMod Control_L, m, exec, [workspace 9] uwsm app -- $music_player +bind = $mainMod Control_L, f, exec, [workspace 9] uwsm app -- freetube ## restart waybar bind = $mainMod CONTROL_L L_SHIFT, B, exec, ~/.local/bin/restart_waybar.sh