mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 03:40:57 +01:00
Update various dots
Lots of minor improvements here.
This commit is contained in:
parent
9a9d8cef92
commit
ca6935d08b
@ -49,8 +49,9 @@ if not set -q set_abbr
|
||||
|
||||
abbr t "task"
|
||||
abbr ta "task add"
|
||||
abbr te "task edit"
|
||||
abbr tc "task completed"
|
||||
abbr td "task done"
|
||||
abbr te "task edit"
|
||||
|
||||
abbr dl "youtube-dl"
|
||||
abbr back "feh --bg-fill" # Change the background
|
||||
|
@ -7,3 +7,5 @@ playlist_directory "~/.config/mpd/playlists"
|
||||
pid_file "~/.config/mpd/pid"
|
||||
state_file "~/.config/mpd/state"
|
||||
sticker_file "~/.config/mpd/sticker.sql"
|
||||
|
||||
auto_update "yes"
|
||||
|
@ -10,4 +10,7 @@ let &packpath = &runtimepath
|
||||
" use that instead.
|
||||
set clipboard=unnamedplus
|
||||
|
||||
" Change cursor back to blink after exiting neovim
|
||||
autocmd VimLeave * set guicursor=a:block-blinkon1
|
||||
|
||||
source ~/.vimrc
|
||||
|
@ -180,4 +180,11 @@ alt + slash
|
||||
alt + backslash
|
||||
rofi -show calc -modi calc -no-show-match -no-sort
|
||||
|
||||
# ===================
|
||||
# ======= wal =======
|
||||
# ===================
|
||||
|
||||
alt + m
|
||||
wal -o ~/.config/wal/bspwm_and_dunst.sh -i ~/Pictures/Wallpapers
|
||||
|
||||
# vim:ft=sxhkdrc
|
||||
|
Loading…
Reference in New Issue
Block a user