button and script to create and switch to a new workspace
This commit is contained in:
@@ -14,7 +14,6 @@ bind = Ctrl+Super+Shift, V, exec, easyeffects # Launch EasyEffects (equalizer &
|
||||
#!
|
||||
##! Essentials
|
||||
bind = Super, T, exec, kitty # Launch kitty (terminal)
|
||||
bind = Super+Shift, T, exec, ghostty # Launch ghostty (terminal)
|
||||
bind = Super, Return, exec, kitty # [hidden]
|
||||
bind = Super+Shift, Return, exec, ghostty # [hidden]
|
||||
bind = Super, Super_L, exec, eww open main --toggle # Launch dashboard (eww)
|
||||
@@ -104,16 +103,16 @@ bind = Super, D, fullscreen, 1
|
||||
##! Workspace navigation
|
||||
# Switching
|
||||
#/# bind = Super, Hash,, # Focus workspace # (1, 2, 3, 4, ...)
|
||||
bind = Super, 1, exec, ~/.scripts/workspace-action.sh workspace 1 # [hidden]
|
||||
bind = Super, 2, exec, ~/.scripts/workspace-action.sh workspace 2 # [hidden]
|
||||
bind = Super, 3, exec, ~/.scripts/workspace-action.sh workspace 3 # [hidden]
|
||||
bind = Super, 4, exec, ~/.scripts/workspace-action.sh workspace 4 # [hidden]
|
||||
bind = Super, 5, exec, ~/.scripts/workspace-action.sh workspace 5 # [hidden]
|
||||
bind = Super, 6, exec, ~/.scripts/workspace-action.sh workspace 6 # [hidden]
|
||||
bind = Super, 7, exec, ~/.scripts/workspace-action.sh workspace 7 # [hidden]
|
||||
bind = Super, 8, exec, ~/.scripts/workspace-action.sh workspace 8 # [hidden]
|
||||
bind = Super, 9, exec, ~/.scripts/workspace-action.sh workspace 9 # [hidden]
|
||||
bind = Super, 0, exec, ~/.scripts/workspace-action.sh workspace 10 # [hidden]
|
||||
bind = Super, 1, workspace, 1 # [hidden]
|
||||
bind = Super, 2, workspace, 2 # [hidden]
|
||||
bind = Super, 3, workspace, 3 # [hidden]
|
||||
bind = Super, 4, workspace, 4 # [hidden]
|
||||
bind = Super, 5, workspace, 5 # [hidden]
|
||||
bind = Super, 6, workspace, 6 # [hidden]
|
||||
bind = Super, 7, workspace, 7 # [hidden]
|
||||
bind = Super, 8, workspace, 8 # [hidden]
|
||||
bind = Super, 9, workspace, 9 # [hidden]
|
||||
bind = Super, 0, workspace, 10 # [hidden]
|
||||
#/# bind = Ctrl+Super, ←/→,, # Workspace: focus left/right
|
||||
bind = Ctrl+Super, Right, workspace, +1 # [hidden]
|
||||
bind = Ctrl+Super, Left, workspace, -1 # [hidden]
|
||||
@@ -134,16 +133,16 @@ bind = Super, mouse:275, togglespecialworkspace, s # [hidden]
|
||||
##! Workspace management
|
||||
# Move window to workspace Super + Alt + [0-9]
|
||||
#/# bind = Super+Alt, Hash,, # Window: move to workspace # (1, 2, 3, 4, ...)
|
||||
bind = Super+Alt, 1, exec, ~/.scripts/workspace-action.sh movetoworkspacesilent 1 # [hidden]
|
||||
bind = Super+Alt, 2, exec, ~/.scripts/workspace-action.sh movetoworkspacesilent 2 # [hidden]
|
||||
bind = Super+Alt, 3, exec, ~/.scripts/workspace-action.sh movetoworkspacesilent 3 # [hidden]
|
||||
bind = Super+Alt, 4, exec, ~/.scripts/workspace-action.sh movetoworkspacesilent 4 # [hidden]
|
||||
bind = Super+Alt, 5, exec, ~/.scripts/workspace-action.sh movetoworkspacesilent 5 # [hidden]
|
||||
bind = Super+Alt, 6, exec, ~/.scripts/workspace-action.sh movetoworkspacesilent 6 # [hidden]
|
||||
bind = Super+Alt, 7, exec, ~/.scripts/workspace-action.sh movetoworkspacesilent 7 # [hidden]
|
||||
bind = Super+Alt, 8, exec, ~/.scripts/workspace-action.sh movetoworkspacesilent 8 # [hidden]
|
||||
bind = Super+Alt, 9, exec, ~/.scripts/workspace-action.sh movetoworkspacesilent 9 # [hidden]
|
||||
bind = Super+Alt, 0, exec, ~/.scripts/workspace-action.sh movetoworkspacesilent 10 # [hidden]
|
||||
bind = Super+Alt, 1, movetoworkspacesilent, 1 # [hidden]
|
||||
bind = Super+Alt, 2, movetoworkspacesilent, 2 # [hidden]
|
||||
bind = Super+Alt, 3, movetoworkspacesilent, 3 # [hidden]
|
||||
bind = Super+Alt, 4, movetoworkspacesilent, 4 # [hidden]
|
||||
bind = Super+Alt, 5, movetoworkspacesilent, 5 # [hidden]
|
||||
bind = Super+Alt, 6, movetoworkspacesilent, 6 # [hidden]
|
||||
bind = Super+Alt, 7, movetoworkspacesilent, 7 # [hidden]
|
||||
bind = Super+Alt, 8, movetoworkspacesilent, 8 # [hidden]
|
||||
bind = Super+Alt, 9, movetoworkspacesilent, 9 # [hidden]
|
||||
bind = Super+Alt, 0, movetoworkspacesilent, 10 # [hidden]
|
||||
bind = Ctrl+Super+Shift, Right, movetoworkspace, +1 # [hidden]
|
||||
bind = Ctrl+Super+Shift, Left, movetoworkspace, -1 # [hidden]
|
||||
bind = Ctrl+Super, Up, workspace, -5 # [hidden]
|
||||
@@ -162,3 +161,4 @@ bind = Super+Alt, S, movetoworkspace, special:s
|
||||
bind = Super, P, pin
|
||||
bind = Alt, Tab, cyclenext
|
||||
bind = Super, Tab, hyprexpo:expo, toggle # can be: toggle, select, off/disable or on/enable
|
||||
bind = Super+Ctrl, T, exec, ~/.scripts/workspace-new.sh
|
||||
|
||||
Reference in New Issue
Block a user