mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 12:37:46 +00:00
Format better
This commit is contained in:
parent
729ce0f786
commit
a2e78696ab
3 changed files with 5 additions and 11 deletions
|
@ -36,8 +36,6 @@
|
||||||
bind = SUPER+SHIFT, 4, movetoworkspacesilent, 4
|
bind = SUPER+SHIFT, 4, movetoworkspacesilent, 4
|
||||||
bind = SUPER+SHIFT, 5, movetoworkspacesilent, 5
|
bind = SUPER+SHIFT, 5, movetoworkspacesilent, 5
|
||||||
|
|
||||||
##################################################
|
|
||||||
|
|
||||||
bind = SUPER+CTRL, 1, movewindow, mon:1
|
bind = SUPER+CTRL, 1, movewindow, mon:1
|
||||||
bind = SUPER+CTRL, 2, movewindow, mon:2
|
bind = SUPER+CTRL, 2, movewindow, mon:2
|
||||||
bind = SUPER+CTRL, 3, movewindow, mon:3
|
bind = SUPER+CTRL, 3, movewindow, mon:3
|
||||||
|
@ -45,8 +43,6 @@
|
||||||
bindm = SUPER, mouse:272, movewindow
|
bindm = SUPER, mouse:272, movewindow
|
||||||
bindm = SUPER, mouse:273, resizewindow
|
bindm = SUPER, mouse:273, resizewindow
|
||||||
|
|
||||||
##################################################
|
|
||||||
|
|
||||||
binde = SUPER, left, movefocus, l
|
binde = SUPER, left, movefocus, l
|
||||||
binde = SUPER, right, movefocus, t
|
binde = SUPER, right, movefocus, t
|
||||||
binde = SUPER, up, movefocus, u
|
binde = SUPER, up, movefocus, u
|
||||||
|
@ -62,8 +58,6 @@
|
||||||
bind = SUPER+SHIFT, up, movewindow, u
|
bind = SUPER+SHIFT, up, movewindow, u
|
||||||
bind = SUPER+SHIFT, down, movewindow, d
|
bind = SUPER+SHIFT, down, movewindow, d
|
||||||
|
|
||||||
##################################################
|
|
||||||
|
|
||||||
bind = SUPER, Q, killactive
|
bind = SUPER, Q, killactive
|
||||||
bind = SUPER, F, fullscreen
|
bind = SUPER, F, fullscreen
|
||||||
bind = SUPER+SHIFT, F, togglefloating
|
bind = SUPER+SHIFT, F, togglefloating
|
||||||
|
|
|
@ -7,7 +7,7 @@ $env.config = {
|
||||||
buffer_editor: ""
|
buffer_editor: ""
|
||||||
datetime_format: {}
|
datetime_format: {}
|
||||||
edit_mode: vi
|
edit_mode: vi
|
||||||
error_style: "fancy"
|
error_style: fancy
|
||||||
float_precision: 2
|
float_precision: 2
|
||||||
footer_mode: 25
|
footer_mode: 25
|
||||||
render_right_prompt_on_last_line: false
|
render_right_prompt_on_last_line: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue