commit 449aac552f9e705465c2e6e06e2f8b78f74c8cff
parent bc6a6b7316a52034890fe0fa8985f2af82de3bfd
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Thu, 1 Jan 2026 10:55:26 +0000
nvim after css
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.config/X11/xprofile b/.config/X11/xprofile
@@ -14,7 +14,7 @@ else
fi
monitor_recon &\
-xset r rate 300 50 &\
+xset r rate 200 50 &\
xset mouse 1.8 0 &\
setxkbmap -model p104 -layout us,de -option grp:shifts_toggle &\
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY &\
diff --git a/.config/nvim/after/ftplugin/css.lua b/.config/nvim/after/ftplugin/css.lua
@@ -0,0 +1,3 @@
+vim.opt_local.tabstop = 2
+vim.opt_local.shiftwidth = 2
+vim.opt_local.softtabstop = 2
diff --git a/.config/shell/profile b/.config/shell/profile
@@ -20,8 +20,6 @@ export XDG_PUBLICSHARE_DIR="$HOME/Cloud"
export XDG_DOWNLOAD_DIR="$HOME/Downloads"
-export __ETC_ZSHRC_SOURCED=1
-export __ETC_ZSHENV_SOURCED=1
export NOSYSZSHRC=1
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export RANGER_DEVICONS_SEPARATOR=" "
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
@@ -51,6 +51,5 @@ set-window-option -g clock-mode-colour colour64 #green
# bell
set-window-option -g window-status-bell-style fg=colour235,bg=colour160 #base02, red
-
set -g status-left '#[fg=default]#H #[fg=black]• #[default]'
set -g status-right ''