1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +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"; userEmail = "RGBCube@users.noreply.github.com";
extraConfig = { extraConfig = {
init.defaultBranch = "master"; init.defaultBranch = "master";
push.autoSetupRemote = true; push.autoSetupRemote = true;
commit.gpgSign = true; commit.gpgSign = true;

View file

@ -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

View file

@ -5,9 +5,9 @@ if (tty) == /dev/tty1 {
$env.config = { $env.config = {
bracketed_paste: true bracketed_paste: true
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
@ -100,8 +100,8 @@ $env.config.table = {
} }
$env.config.explore = { $env.config.explore = {
command_bar_text: { fg: "#C4C9C6" } command_bar_text: { fg: "#C4C9C6" }
highlight: { fg: black, bg: yellow } highlight: { fg: black, bg: yellow }
status: { status: {
error: { fg: white, bg: red } error: { fg: white, bg: red }
warn: {} warn: {}