small tweaks
This commit is contained in:
parent
86edaaae3b
commit
576f6c9cf6
|
@ -12,7 +12,7 @@ start wireplumber
|
||||||
start remaps -qd
|
start remaps -qd
|
||||||
start checkup
|
start checkup
|
||||||
start playerctld daemon
|
start playerctld daemon
|
||||||
start picom
|
start picom --experimental-backends
|
||||||
start unclutter -noevents
|
start unclutter -noevents
|
||||||
start dunst
|
start dunst
|
||||||
start dwmblocks
|
start dwmblocks
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
# vim: set ft=sh
|
|
||||||
# vi mode
|
# vi mode
|
||||||
bindkey -v
|
bindkey -v
|
||||||
|
|
||||||
|
@ -14,8 +13,8 @@ bindkey '^g' lg
|
||||||
bindkey -M vicmd '^v' edit-command-line
|
bindkey -M vicmd '^v' edit-command-line
|
||||||
|
|
||||||
bindkey '^?' backward-delete-char
|
bindkey '^?' backward-delete-char
|
||||||
bindkey '^[[P' delete-char
|
bindkey '^[[3~' delete-char
|
||||||
bindkey "^[[H" beginning-of-line
|
bindkey "^[[H" beginning-of-line
|
||||||
bindkey '^[[F' end-of-line
|
bindkey '^[[4~' end-of-line
|
||||||
bindkey '^[[1;5C' forward-word
|
bindkey '^[[1;5C' forward-word
|
||||||
bindkey '^[[1;5D' backward-word
|
bindkey '^[[1;5D' backward-word
|
||||||
|
|
|
@ -6,3 +6,4 @@
|
||||||
.config/mpv/watch_later
|
.config/mpv/watch_later
|
||||||
.local/share/xkb/compiled/default
|
.local/share/xkb/compiled/default
|
||||||
.config/nvim/lazy-lock.json
|
.config/nvim/lazy-lock.json
|
||||||
|
.config/lazygit/state.yml
|
||||||
|
|
|
@ -52,7 +52,6 @@ read -r ans
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
sudo make install
|
sudo make install
|
||||||
make clean
|
|
||||||
done
|
done
|
||||||
|
|
||||||
printf "%b" "$BOLD${BLUE}Dotfiles Synced Successfully!$NC\n"
|
printf "%b" "$BOLD${BLUE}Dotfiles Synced Successfully!$NC\n"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8537c3d39c01c84c854781af01e050677ec62e01
|
Subproject commit f1d296bc6ce76b7d20af046e58c55007dd224e41
|
|
@ -1 +1 @@
|
||||||
Subproject commit 38ddeff2c430311867f11aabdace36cbf683012e
|
Subproject commit afcdaad101a72b7f76969fe1a3d606d31706cc23
|
|
@ -1 +1 @@
|
||||||
Subproject commit af2eb630e732197b7c36eed89f7229920f63288b
|
Subproject commit 0eb5a90923e4d8650f9b6562db752342a29c377b
|
|
@ -1 +1 @@
|
||||||
Subproject commit fcb3ded4546c3ae24f1a38473976cd5a3651691a
|
Subproject commit 74ad4582c08cda8ee986c3df601c4b72ed0493d3
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3fa572fee205c8ae85a74e4e350df2daf3c6ed9d
|
Subproject commit aad64e0eb90540899ae2d3d92aad124df4119c99
|
Loading…
Reference in New Issue