mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 11:51:13 +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 t "task"
|
||||||
abbr ta "task add"
|
abbr ta "task add"
|
||||||
abbr te "task edit"
|
|
||||||
abbr tc "task completed"
|
abbr tc "task completed"
|
||||||
|
abbr td "task done"
|
||||||
|
abbr te "task edit"
|
||||||
|
|
||||||
abbr dl "youtube-dl"
|
abbr dl "youtube-dl"
|
||||||
abbr back "feh --bg-fill" # Change the background
|
abbr back "feh --bg-fill" # Change the background
|
||||||
|
@ -7,3 +7,5 @@ playlist_directory "~/.config/mpd/playlists"
|
|||||||
pid_file "~/.config/mpd/pid"
|
pid_file "~/.config/mpd/pid"
|
||||||
state_file "~/.config/mpd/state"
|
state_file "~/.config/mpd/state"
|
||||||
sticker_file "~/.config/mpd/sticker.sql"
|
sticker_file "~/.config/mpd/sticker.sql"
|
||||||
|
|
||||||
|
auto_update "yes"
|
||||||
|
@ -10,4 +10,7 @@ let &packpath = &runtimepath
|
|||||||
" use that instead.
|
" use that instead.
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
|
|
||||||
|
" Change cursor back to blink after exiting neovim
|
||||||
|
autocmd VimLeave * set guicursor=a:block-blinkon1
|
||||||
|
|
||||||
source ~/.vimrc
|
source ~/.vimrc
|
||||||
|
@ -180,4 +180,11 @@ alt + slash
|
|||||||
alt + backslash
|
alt + backslash
|
||||||
rofi -show calc -modi calc -no-show-match -no-sort
|
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
|
# vim:ft=sxhkdrc
|
||||||
|
Loading…
Reference in New Issue
Block a user