1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Format better

This commit is contained in:
RGBCube 2023-11-11 21:43:11 +03:00
parent 729ce0f786
commit a2e78696ab
No known key found for this signature in database
3 changed files with 5 additions and 11 deletions

View file

@ -25,7 +25,7 @@ homeConfiguration "nixos" {
userEmail = "RGBCube@users.noreply.github.com";
extraConfig = {
init.defaultBranch = "master";
init.defaultBranch = "master";
push.autoSetupRemote = true;
commit.gpgSign = true;

View file

@ -36,8 +36,6 @@
bind = SUPER+SHIFT, 4, movetoworkspacesilent, 4
bind = SUPER+SHIFT, 5, movetoworkspacesilent, 5
##################################################
bind = SUPER+CTRL, 1, movewindow, mon:1
bind = SUPER+CTRL, 2, movewindow, mon:2
bind = SUPER+CTRL, 3, movewindow, mon:3
@ -45,8 +43,6 @@
bindm = SUPER, mouse:272, movewindow
bindm = SUPER, mouse:273, resizewindow
##################################################
binde = SUPER, left, movefocus, l
binde = SUPER, right, movefocus, t
binde = SUPER, up, movefocus, u
@ -62,8 +58,6 @@
bind = SUPER+SHIFT, up, movewindow, u
bind = SUPER+SHIFT, down, movewindow, d
##################################################
bind = SUPER, Q, killactive
bind = SUPER, F, fullscreen
bind = SUPER+SHIFT, F, togglefloating

View file

@ -5,9 +5,9 @@ if (tty) == /dev/tty1 {
$env.config = {
bracketed_paste: true
buffer_editor: ""
datetime_format: {}
datetime_format: {}
edit_mode: vi
error_style: "fancy"
error_style: fancy
float_precision: 2
footer_mode: 25
render_right_prompt_on_last_line: false
@ -100,8 +100,8 @@ $env.config.table = {
}
$env.config.explore = {
command_bar_text: { fg: "#C4C9C6" }
highlight: { fg: black, bg: yellow }
command_bar_text: { fg: "#C4C9C6" }
highlight: { fg: black, bg: yellow }
status: {
error: { fg: white, bg: red }
warn: {}