[MINOR] fix some minor things
This commit is contained in:
parent
eebb660b71
commit
f6516acfc7
3 changed files with 12 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
[global]
|
[global]
|
||||||
frame_color = "#8CAAEE"
|
frame_color = "#8CAAEE"
|
||||||
separator_color= frame
|
separator_color= frame
|
||||||
|
icon_position = left
|
||||||
|
|
||||||
[urgency_low]
|
[urgency_low]
|
||||||
background = "#303446"
|
background = "#303446"
|
||||||
|
|
|
@ -35,6 +35,7 @@ lazy.setup({
|
||||||
--Change add and remove surroundings from words
|
--Change add and remove surroundings from words
|
||||||
'tpope/vim-surround',
|
'tpope/vim-surround',
|
||||||
'tpope/vim-obsession',
|
'tpope/vim-obsession',
|
||||||
|
'tpope/vim-fugitive',
|
||||||
|
|
||||||
--Tmux navigation
|
--Tmux navigation
|
||||||
{
|
{
|
||||||
|
@ -57,7 +58,10 @@ lazy.setup({
|
||||||
{
|
{
|
||||||
'windwp/nvim-autopairs',
|
'windwp/nvim-autopairs',
|
||||||
config = function()
|
config = function()
|
||||||
require('nvim-autopairs').setup {}
|
require('nvim-autopairs').setup ({
|
||||||
|
map_cr = true,
|
||||||
|
map_bs = true,
|
||||||
|
})
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
6
.xinitrc
6
.xinitrc
|
@ -37,4 +37,10 @@ setxkbmap -option caps:escape
|
||||||
xset r rate 300 50
|
xset r rate 300 50
|
||||||
xrandr --output DP-0 --primary --left-of HDMI-0
|
xrandr --output DP-0 --primary --left-of HDMI-0
|
||||||
dunst &
|
dunst &
|
||||||
|
|
||||||
|
if ! pgrep -f /usr/bin/easyeffects; then
|
||||||
|
exec /usr/bin/easyeffects --gapplication-service &
|
||||||
|
notify-send 'easyeffects daemon started'
|
||||||
|
fi
|
||||||
|
|
||||||
/home/afonso/.local/bin/xmonad
|
/home/afonso/.local/bin/xmonad
|
||||||
|
|
Loading…
Reference in a new issue