add launcher for scripts

This commit is contained in:
2025-11-21 04:26:32 +03:00
parent b1fd965700
commit 60aeff2748
7 changed files with 210 additions and 24 deletions
+12 -11
View File
@@ -16,6 +16,7 @@
in {
bind = [
"${super}, Super_L, exec, pkill fuzzel || fuzzel"
# "${super}, g, hyprexpo:expo, toggle"
"${super}, H, exec, ~/.config/hypr/scripts/hide_window.sh h"
"${super}, I, exec, ~/.config/hypr/scripts/hide_window.sh u"
@@ -66,17 +67,17 @@
''
Ctrl+Shift, Escape, exec, ~/.config/hypr/scripts/launch_first_available.sh "kitty -1 fish -c btop"''
"${super}+Alt, 1, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 1"
"${super}+Alt, 2, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 2"
"${super}+Alt, 3, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 3"
"${super}+Alt, 4, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 4"
"${super}+Alt, 5, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 5"
"${super}+Alt, 6, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 6"
"${super}+Alt, 7, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 7"
"${super}+Alt, 8, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 8"
"${super}+Alt, 9, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 9"
"${super}+Alt, 0, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 10"
"${super}+Alt, S, movetoworkspacesilent, special"
"${super}+Shift, 1, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 1"
"${super}+Shift, 2, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 2"
"${super}+Shift, 3, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 3"
"${super}+Shift, 4, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 4"
"${super}+Shift, 5, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 5"
"${super}+Shift, 6, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 6"
"${super}+Shift, 7, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 7"
"${super}+Shift, 8, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 8"
"${super}+Shift, 9, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 9"
"${super}+Shift, 0, exec, ~/.config/hypr/scripts/workspace_action.sh movetoworkspacesilent 10"
"${super}+Shift, S, movetoworkspacesilent, special"
"${super}, S, togglespecialworkspace"
];