mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 19:03:43 +02:00
chore: keybinds for special workspaces
This commit is contained in:
parent
1aef8d41fb
commit
cc5104c6a4
3 changed files with 10 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
bind = $main_mod, H, togglefloating,
|
||||
bind = $main_mod, C, killactive,
|
||||
bind = $main_mod, P, pseudo,
|
||||
bind = $main_mod, D, togglesplit,
|
||||
bind = $main_mod, G, togglesplit,
|
||||
bind = $main_mod, F, fullscreen, 1
|
||||
bind =, F11, fullscreen,
|
||||
binde = $main_mod SHIFT, right, resizeactive, 100 0
|
||||
|
@ -19,12 +19,12 @@ bind = $main_mod, TAB, focusmonitor, +1
|
|||
bind = $main_mod SHIFT, TAB, focusmonitor, -1
|
||||
|
||||
# Apps
|
||||
bind = $main_mod, M, exec, $locker
|
||||
bind = $main_mod, L, exec, $locker
|
||||
bind = $main_mod, M, exec, $rofi_powermenu
|
||||
bind = $main_mod, R, exec, $rofi_menu
|
||||
bind = $main_mod, A, exec, $nekoray
|
||||
bind = $main_mod, T, exec, $pavucontrol
|
||||
bind = $main_mod, X, exec, $rofi_screenshot
|
||||
bind = $main_mod, L, exec, $rofi_powermenu
|
||||
bind = $main_mod, V, exec, $rofi_clipboard
|
||||
bind = $main_mod, U, exec, $rofi_wallpaper
|
||||
bind = $main_mod, K, exec, $waybar_toggle
|
||||
|
@ -35,7 +35,7 @@ bind = $main_mod, N, exec, $network_manager
|
|||
bind = $main_mod, J, exec, $pkg_manager
|
||||
bind = $main_mod, B, exec, $bluetooth-manager
|
||||
|
||||
# EWw
|
||||
# Eww
|
||||
bind = $main_mod, Z, exec, $eww_toggle_panel
|
||||
|
||||
# Screenshot
|
||||
|
@ -99,6 +99,9 @@ bind = $main_mod SHIFT, 9, movetoworkspace, 9
|
|||
bind = $main_mod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
bind = $main_mod, D, togglespecialworkspace, networks
|
||||
bind = $main_mod SHIFT, D, movetoworkspace, special:networks
|
||||
|
||||
bind = $main_mod, S, togglespecialworkspace, magic
|
||||
bind = $main_mod SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# -----------------------------------------------------
|
||||
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
pseudotile = false
|
||||
preserve_split = true
|
||||
force_split = 2
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ gestures {
|
|||
}
|
||||
|
||||
binds {
|
||||
workspace_back_and_forth = true
|
||||
workspace_back_and_forth = false
|
||||
allow_workspace_cycles = true
|
||||
pass_mouse_when_bound = false
|
||||
}
|
|
@ -18,7 +18,7 @@ source = ~/.config/hypr/configs/autostart.conf
|
|||
source = ~/.config/hypr/configs/startup.conf
|
||||
source = ~/.config/hypr/configs/monitor/export.conf
|
||||
source = ~/.config/hypr/configs/animation/export.conf
|
||||
# source = ~/.config/hypr/configs/layout/export.conf
|
||||
source = ~/.config/hypr/configs/layout/export.conf
|
||||
source = ~/.config/hypr/configs/input.conf
|
||||
source = ~/.config/hypr/configs/mouse.conf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue