some minor edits

This commit is contained in:
2025-12-19 13:25:13 +03:00
parent 1b667f972d
commit a9e070b16c
3 changed files with 6 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ Programs:
```bash
apt install stow git fish neovim tmux zoxide eza fd-find ripgrep bat rsync
pacman -Syu stow git fish neovim tmux zoxide eza fd ripgrep bat rsync
cd dotfiles
stow server
```
+2 -1
View File
@@ -36,7 +36,8 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
#exec --no-startup-id nm-applet
exec --no-startup-id picom -b
exec --no-startup-id setxkbmap -model pc104 -layout us,ru -option grp:alt_shift_toggle -option grp_led:caps -option caps:escape
exec --no-startup-id nextcloud
#exec --no-startup-id nextcloud
exec --no-startup-id seafile-applet
exec --no-startup-id unclutter --fork
# Use pactl to adjust volume in PulseAudio.
+3
View File
@@ -9,6 +9,9 @@ if status is-interactive
alias edit nvim
alias find fd
zoxide init --cmd cd fish | source
function mkcd
mkdir $argv[1] && cd $argv[1]
end
function cpr
rsync --archive -hh --partial --info=stats1,progress2 --modify-window=1 "$argv"
end