yea
This commit is contained in:
parent
7ea51a30c0
commit
f815b53030
4 changed files with 5 additions and 2 deletions
|
@ -39,7 +39,6 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||||
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
||||||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id mpd
|
|
||||||
exec --no-startup-id feh --bg-fill $HOME/.config/i3/wallpaper.jpg
|
exec --no-startup-id feh --bg-fill $HOME/.config/i3/wallpaper.jpg
|
||||||
# exec --no-startup-id polybar -r michael
|
# exec --no-startup-id polybar -r michael
|
||||||
exec --no-startup-id dunst
|
exec --no-startup-id dunst
|
||||||
|
|
|
@ -48,7 +48,7 @@ log_file "~/.mpd.log"
|
||||||
# it was brought down. This setting is disabled by default and the server
|
# it was brought down. This setting is disabled by default and the server
|
||||||
# state will be reset on server start up.
|
# state will be reset on server start up.
|
||||||
#
|
#
|
||||||
#state_file "~/.mpd/state"
|
state_file "~/.config/mpd/state"
|
||||||
#
|
#
|
||||||
# The location of the sticker database. This is a database which
|
# The location of the sticker database. This is a database which
|
||||||
# manages dynamic information attached to songs.
|
# manages dynamic information attached to songs.
|
||||||
|
|
|
@ -29,6 +29,7 @@ Plug 'cespare/vim-toml'
|
||||||
Plug 'GutenYe/json5.vim'
|
Plug 'GutenYe/json5.vim'
|
||||||
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
|
Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
|
||||||
Plug 'pest-parser/pest.vim', { 'for': 'pest' }
|
Plug 'pest-parser/pest.vim', { 'for': 'pest' }
|
||||||
|
Plug 'zah/nim.vim'
|
||||||
|
|
||||||
Plug 'godlygeek/tabular'
|
Plug 'godlygeek/tabular'
|
||||||
Plug 'plasticboy/vim-markdown'
|
Plug 'plasticboy/vim-markdown'
|
||||||
|
|
3
dot_wakatime.cfg
Normal file
3
dot_wakatime.cfg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[settings]
|
||||||
|
api_url=http://localhost:5800/api/v1/heartbeats.bulk
|
||||||
|
api_key=ff283e70-f48e-4c0c-81a7-8ecb2ca5d0cf
|
Loading…
Reference in a new issue