Pre wipe of XPS13

This commit is contained in:
2025-09-21 10:16:45 -04:00
parent 1fed2e4e7d
commit 0910015e3d
5 changed files with 45 additions and 7 deletions

8
flake.lock generated
View File

@@ -609,11 +609,11 @@
"neovim-config": { "neovim-config": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1758245901, "lastModified": 1758388669,
"narHash": "sha256-chPeDqDeTMhEJib9kwyNq28vjL4QvX6rhig7aVe1Ark=", "narHash": "sha256-6KSrGiS/AnMemq4mJOZ/V8GDx6RhGd76WLDIRr3/skI=",
"ref": "New-Master", "ref": "New-Master",
"rev": "239149d1d3897cbefc5cf3d09f17d045f807ee91", "rev": "143ca6b166b51de9ba26e4f82996a6d30ad9a3f9",
"revCount": 44, "revCount": 49,
"type": "git", "type": "git",
"url": "https://git.th3r00t.net/th3r00t/nvim-config.git" "url": "https://git.th3r00t.net/th3r00t/nvim-config.git"
}, },

View File

@@ -1,3 +1,13 @@
#!/usr/bin/env bash #!/usr/bin/env bash
dwlb -ipc -middle-bg-color '#16181a' -active-fg-color '#ffffff' -active-bg-color '#5ea1ff' -inactive-fg-color '#ffffff' -inactive-bg-color '#3c4048' -urgent-fg-color '#ffffff' -urgent-bg-color '#ff6e5e' -font 'FiraCode Nerd Font Mono:size=10' & dwlb -ipc \
-middle-bg-color '#16181a' \
-active-fg-color '#000000' \
-active-bg-color '#5ea1ff' \
-occupied-fg-color '#ffffff' \
-occupied-bg-color '#3c4048' \
-inactive-fg-color '#ffffff' \
-inactive-bg-color '#16181a' \
-urgent-fg-color '#ffffff' \
-urgent-bg-color '#ff6e5e' \
-font 'FiraCode Nerd Font Mono:size=10' &

View File

@@ -114,6 +114,35 @@
font-family = "FiraCode Nerd Font Mono"; font-family = "FiraCode Nerd Font Mono";
font-size = 10; font-size = 10;
keybind = [ keybind = [
"ctrl+a>c=new_tab"
"ctrl+a>n=next_tab"
"ctrl+a>p=previous_tab"
"ctrl+a>x=close_tab"
"ctrl+a>1=goto_tab:1"
"ctrl+a>2=goto_tab:2"
"ctrl+a>3=goto_tab:3"
"ctrl+a>4=goto_tab:4"
"ctrl+a>5=goto_tab:5"
"ctrl+a>6=goto_tab:6"
"ctrl+a>7=goto_tab:7"
"ctrl+a>8=goto_tab:8"
"ctrl+a>9=goto_tab:9"
"ctrl+a>0=goto_tab:10"
"ctrl+a>v=new_split:right"
"ctrl+a>h=new_split:down"
"ctrl+a>z=toggle_split_zoom"
"ctrl+a>q=close_surface"
"ctrl+h=goto_split:left"
"ctrl+j=goto_split:down"
"ctrl+k=goto_split:up"
"ctrl+l=goto_split:right"
"ctrl+a>up=resize_split:up,20"
"ctrl+a>down=resize_split:down,20"
"ctrl+a>left=resize_split:left,20"
"ctrl+a>right=resize_split:right,20"
"ctrl+a>r=reload_config"
# "ctrl+a>j=toggle_quick_terminal"
# "ctrl+a>p=toggle_command_palette"
]; ];
}; };
installVimSyntax = true; installVimSyntax = true;

View File

@@ -12,7 +12,6 @@
}; };
autosuggestion.enable = true; autosuggestion.enable = true;
autocd = true; autocd = true;
defaultKeymap = "vicmd";
sessionVariables = { sessionVariables = {
PATH="$PATH:$HOME/.local/usr/bin"; PATH="$PATH:$HOME/.local/usr/bin";
PYTHONBREAKPOINT="pudb.set_trace"; PYTHONBREAKPOINT="pudb.set_trace";

View File

@@ -67,7 +67,7 @@
]; ];
prefix = "C-a"; prefix = "C-a";
shell = "${pkgs.zsh}/bin/zsh"; # shell = "${pkgs.zsh}/bin/zsh";
# terminal = "xterm-kitty:RGB"; # terminal = "xterm-kitty:RGB";
tmuxinator.enable = true; tmuxinator.enable = true;
extraConfig = '' extraConfig = ''