mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: changed splitratio percentage
This commit is contained in:
parent
2e696cd4a4
commit
bc453d190d
1 changed files with 4 additions and 5 deletions
|
|
@ -31,7 +31,6 @@ let
|
|||
"M, exec, element-desktop"
|
||||
"D, exec, ghostty"
|
||||
"P, exec, bitwarden"
|
||||
"W, exec, ghostty -e zellij a workflow"
|
||||
"F, exec, ghostty -e zellij a dotfiles"
|
||||
# Workspaces
|
||||
"1, workspace, 1"
|
||||
|
|
@ -52,10 +51,10 @@ let
|
|||
"Up, movefocus, u"
|
||||
"Down, movefocus, d"
|
||||
"Right, movefocus, r"
|
||||
"minus, splitratio, -0.33"
|
||||
"equal, splitratio, 0.33"
|
||||
"bracketleft, splitratio, -0.33"
|
||||
"bracketright, splitratio, 0.33"
|
||||
"minus, splitratio, -0.166"
|
||||
"equal, splitratio, 0.166"
|
||||
"bracketleft, splitratio, -0.166"
|
||||
"bracketright, splitratio, 0.166"
|
||||
# Audio
|
||||
"Page_Up, exec, playerctl next"
|
||||
"Page_Down, exec, playerctl previous"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue