autopairs plugin added
This commit is contained in:
parent
50c09a01e5
commit
5542bebfa8
4
.bashrc
4
.bashrc
@ -149,7 +149,7 @@ alias lbc="cd ~/git/fr/pedf/bc"
|
|||||||
## programs
|
## programs
|
||||||
alias r="ranger"
|
alias r="ranger"
|
||||||
alias feh="feh --scale-down"
|
alias feh="feh --scale-down"
|
||||||
alias dragon="dragon-drop"
|
#alias dragon="dragon-drop"
|
||||||
alias xclip="xclip -selection c"
|
alias xclip="xclip -selection c"
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias passmenu="passmenu -l 10"
|
alias passmenu="passmenu -l 10"
|
||||||
@ -223,4 +223,4 @@ export PATH="$PATH:$HOME/.local/share/flatpak/exports/bin"
|
|||||||
|
|
||||||
export $(dbus-launch)
|
export $(dbus-launch)
|
||||||
|
|
||||||
neofetch
|
#screenfetch
|
||||||
|
4
.config/nvim/lua/plugins/autopairs.lua
Normal file
4
.config/nvim/lua/plugins/autopairs.lua
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
return {
|
||||||
|
'windwp/nvim-autopairs',
|
||||||
|
config = function() require("nvim-autopairs").setup {} end
|
||||||
|
}
|
12
.xinitrc
12
.xinitrc
@ -1,17 +1,23 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
#[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
||||||
|
|
||||||
feh --bg-center "$HOME/Pictures/bg.png" &
|
feh --bg-center "$HOME/Pictures/bg.png" &
|
||||||
|
|
||||||
xautolock -locker slock -detectsleep -secure -time 10 &
|
#xautolock -locker slock -detectsleep -secure -time 10 &
|
||||||
|
|
||||||
#pipewire &
|
#pipewire &
|
||||||
#pipewire-pulse &
|
#pipewire-pulse &
|
||||||
|
#gentoo-pipewire-launcher &
|
||||||
dwmblocks &
|
dwmblocks &
|
||||||
|
|
||||||
|
#while true; do
|
||||||
|
# $HOME/.scripts/batterycheck
|
||||||
|
# sleep 30
|
||||||
|
#done &
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
dwm
|
exec dbus-launch --sh-syntax --exit-with-session dwm
|
||||||
|
#exec dwm
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user