mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-18 17:46:53 +02:00
feat: variables for hyprland special workspaces
This commit is contained in:
parent
dcc8e79d46
commit
2467e33ce2
3 changed files with 18 additions and 7 deletions
|
@ -99,14 +99,14 @@ bind = $main_mod SHIFT, 9, movetoworkspace, 9
|
|||
bind = $main_mod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $main_mod, A, togglespecialworkspace, multimedia
|
||||
bind = $main_mod SHIFT, A, movetoworkspace, special:multimedia
|
||||
bind = $main_mod, S, togglespecialworkspace, $magic_workspace
|
||||
bind = $main_mod SHIFT, S, movetoworkspace, special:$magic_workspace
|
||||
|
||||
bind = $main_mod, D, togglespecialworkspace, networks
|
||||
bind = $main_mod SHIFT, D, movetoworkspace, special:networks
|
||||
bind = $main_mod, D, togglespecialworkspace, $networks_workspace
|
||||
bind = $main_mod SHIFT, D, movetoworkspace, special:$networks_workspace
|
||||
|
||||
bind = $main_mod, S, togglespecialworkspace, magic
|
||||
bind = $main_mod SHIFT, S, movetoworkspace, special:magic
|
||||
bind = $main_mod, A, togglespecialworkspace, $multimedia_workspace
|
||||
bind = $main_mod SHIFT, A, movetoworkspace, special:$multimedia_workspace
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $main_mod, mouse_down, workspace, e+1
|
||||
|
|
|
@ -2,7 +2,14 @@
|
|||
# Startup
|
||||
# -----------------------------------------------------
|
||||
|
||||
exec-once = [workspace 3 silent] $terminal -e htop
|
||||
exec-once = [workspace 3 silent] nekoray
|
||||
exec-once = [workspace 3 silent] $terminal -e htop
|
||||
|
||||
exec-once = [workspace special:$networks_workspace silent] $terminal -e bandwhich
|
||||
exec-once = [workspace special:$networks_workspace silent] $terminal
|
||||
|
||||
exec-once = [workspace special:$magic_workspace silent] $terminal -e tty-clock -c
|
||||
exec-once = [workspace special:$magic_workspace silent] $terminal
|
||||
|
||||
# exec-once = [workspace 3 silent] $terminal -e bandwhich
|
||||
# exec-once = [workspace 3 silent] $terminal -e tty-clock -c
|
||||
|
|
|
@ -49,3 +49,7 @@ $rofi_powermenu = $script_dir/rofi-launch.sh p
|
|||
$rofi_screenshot = $script_dir/rofi-launch.sh s
|
||||
$rofi_clipboard = $script_dir/rofi-launch.sh c
|
||||
$rofi_wallpaper = $script_dir/rofi-launch.sh w
|
||||
|
||||
$magic_workspace = magic
|
||||
$networks_workspace = networks
|
||||
$multimedia_workspace = multimedia
|
||||
|
|
Loading…
Add table
Reference in a new issue