This commit is contained in:
2025-08-12 10:41:58 -07:00
parent 97d8c5d5d8
commit 8990ecef57
6 changed files with 23 additions and 14 deletions

View File

@@ -15,7 +15,6 @@ alias shutdown="shutdown now"
alias l="ls"
alias zed="zeditor"
alias sudo="sudo -E"
alias q="hyprland"
alias reload="source ~/.bashrc"
alias update="paru -Syu --noconfirm && flatpak update --noninteractive"
@@ -24,7 +23,7 @@ alias lah='ls -lah'
alias fd='fd -H'
if [ "$TERM" = "linux" ]; then
printf "
printf "
\033]P0191724
\033]P1eb6f92
\033]P231748f
@@ -51,8 +50,8 @@ PS1='\n[ \e[35;1m\u \e[34m\w\e[0m ]\n\e[1m\$ \e[0m'
complete -cf sudo
export GDK_SCALE=1
export EDITOR=helix
export VISUAL=helix
export EDITOR=nvim
export VISUAL=nvim
export INPUTRC=~/.inputrc
export FZF_DEFAULT_OPTS="

View File

@@ -28,6 +28,7 @@ font=IosevkaTerm Nerd Font:size=11
# initial-window-size-pixels=700x500 # Or,
# initial-window-size-chars=<COLSxROWS>
# initial-window-mode=windowed
Also, "only" having 2 million users confirms my belief that it's mostly scrips creating the load. 3 billion requests / 2 million users is an average of 1,500 req/user. A normal user might make 10-20 requests when loading a map and editing over one place for a long time, so some of these are extremely high, scripted use cases.
pad=16x16 center
# resize-by-cells=yes
# resize-keep-grid=yes

View File

@@ -39,6 +39,7 @@ $color_pick = hyprpicker --autocopy
$messaging = vesktop
$calculator = flatpak run org.gnome.Calculator
$refresh = random-paper && hyprctl hyprpaper reload ,"~/wallpapers/active.png"
$email = thunderbird
#################
@@ -58,6 +59,7 @@ exec-once = [workspace 11 silent] $messaging
exec-once = [workspace 12 silent] foot bluetui
exec-once = [workspace 13 silent] foot -o colors.regular4=191724 nmtuii
exec-once = [workspace 14 silent] foot btop
exec-once = [workspace 15 silent] $email
#############################
@@ -212,7 +214,7 @@ bind = $mainMod SHIFT, RETURN, exec, $terminal
bind = $mainMod, Y, exec, $browser
bind = $mainMod, C, killactive,
bind = $mainMod SHIFT, Q, exit,
bind = $mainMod, E, exec, $fileManager
bind = $mainMod, R, exec, $fileManager
bind = $mainMod, O, togglefloating,
bind = $mainMod, SPACE, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
@@ -246,6 +248,9 @@ bind = $mainMod, N, exec, ps aux | grep "foot -o colors.regular4=191724 nmtuii"
# Memory and system control (BTOP)
bind = $mainMod, M, workspace, 14
bind = $mainMod, M, exec, ps aux | grep "foot btop" | grep -v grep || foot btop
# Email
bind = $mainMod, E, workspace, 15
bind = $mainMod, E, exec, ps aux | grep "thunderbird" | grep -v grep || thunderbird
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1

View File

@@ -51,11 +51,16 @@ require("lazy").setup({
end,
opts = {
preset = "helix",
triggers = {
{ "<auto>", mode = "nixsotc" },
},
},
},
{
"kylechui/nvim-surround",
version = "main",
event = "VeryLazy",
config = function()
require("nvim-surround").setup({})
end,
},
{ "lewis6991/gitsigns.nvim" },
{ "neovim/nvim-lspconfig" },
{ "hrsh7th/nvim-cmp" },
@@ -128,8 +133,6 @@ opt.expandtab = true
vim.keymap.set("ca", "o", "tabnew")
vim.cmd("autocmd BufReadPost,FileReadPost * normal zR")
-- Comment.vim - Smart and Powerful commenting plugin for neovim
require("Comment").setup()

View File

@@ -8,10 +8,11 @@
"conform.nvim": { "branch": "master", "commit": "973f3cb73887d510321653044791d7937c7ec0fa" },
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
"gitsigns.nvim": { "branch": "main", "commit": "c7d37ca22b461f64e26f8f6701b2586128ed0bef" },
"multicursor.nvim": { "branch": "1.0", "commit": "9eedebdd395bbbc4711081e33b0606c079e054c3" },
"nvim-autopairs": { "branch": "master", "commit": "23320e75953ac82e559c610bec5a90d9c6dfa743" },
"nvim-cmp": { "branch": "main", "commit": "b5311ab3ed9c846b585c0c15b7559be131ec4be9" },
"nvim-lspconfig": { "branch": "master", "commit": "d6dc63670d3dc5204b1e874af4cbf340cb5d9d18" },
"nvim-notify": { "branch": "master", "commit": "397c7c1184745fca649e5104de659e6392ef5a4d" },
"nvim-surround": { "branch": "main", "commit": "7a7a78a52219a3312c1fcabf880cea07a7956a5f" },
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" },
"oil.nvim": { "branch": "master", "commit": "bbad9a76b2617ce1221d49619e4e4b659b3c61fc" },
"rose-pine": { "branch": "main", "commit": "72befaffeac38db7bdd49e0549eaa2c4806dd878" },

View File

@@ -102,7 +102,7 @@
# alternate-result-background-corner-radius = 0
# Selection text
selection-color = #F92672
selection-color = #EBBCBA
selection-background = #00000000
selection-background-padding = 0
selection-background-corner-radius = 0
@@ -171,13 +171,13 @@
height = 360
# Window background color
background-color = #000000CC
background-color = #191724
# Width of the border outlines in pixels.
outline-width = 1
# Border outline color
outline-color = #fcbfff
outline-color = #31748F
# Width of the border in pixels.
border-width = 0