Add mpdmenu fork script to dotfiles

This commit is contained in:
samedamci 2020-03-16 16:01:18 +01:00
parent d641e90503
commit 103bba6676
4 changed files with 5 additions and 4 deletions

View File

@ -66,7 +66,6 @@ call plug#begin('~/.config/nvim/bundle')
Plug 'bfrg/vim-cpp-modern'
Plug 'jelera/vim-javascript-syntax'
Plug 'udalov/kotlin-vim'
call plug#end()
"=============

View File

@ -1,6 +1,6 @@
[FileDialog]
history=file:///home/samedamci/Pictures/Screenshots
lastVisited=file:///home/samedamci/Pictures/Screenshots
history=file:///home/samedamci/Pictures/Screenshots, file:///home/samedamci/.scripts/rofi-keepassxc
lastVisited=file:///home/samedamci/.scripts/rofi-keepassxc
qtVersion=5.14.1
shortcuts=file:, file:///home/samedamci
sidebarWidth=90

View File

@ -99,6 +99,6 @@ XF86AudioPlay
mpc toggle
# Open ncmpcpp
XF86Tools
st -e ncmpcpp
$HOME/.scripts/mpdmenu/mpdmenu

2
dotman
View File

@ -151,6 +151,8 @@ copy_configs() {
cd ~/.scripts/
rm -rf rofi-keepassxc
git clone https://github.com/samedamci/rofi-keepassxc
rm -rf mpdmenu
git clone https://github.com/samedamci/mpdmenu
chmod +x ~/.scripts/*
cd ~/.config/zsh