From 103bba6676242513156c5ac8474f97386ec361ba Mon Sep 17 00:00:00 2001 From: samedamci Date: Mon, 16 Mar 2020 16:01:18 +0100 Subject: [PATCH] Add mpdmenu fork script to dotfiles --- botfiles/.config/nvim/init.vim | 1 - botfiles/.config/qutebrowser/qsettings/QtProject.conf | 4 ++-- botfiles/.config/sxhkd/sxhkdrc.pc | 2 +- dotman | 2 ++ 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/botfiles/.config/nvim/init.vim b/botfiles/.config/nvim/init.vim index 440ea0f..097f3f0 100644 --- a/botfiles/.config/nvim/init.vim +++ b/botfiles/.config/nvim/init.vim @@ -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() "============= diff --git a/botfiles/.config/qutebrowser/qsettings/QtProject.conf b/botfiles/.config/qutebrowser/qsettings/QtProject.conf index edfbdab..5869aae 100644 --- a/botfiles/.config/qutebrowser/qsettings/QtProject.conf +++ b/botfiles/.config/qutebrowser/qsettings/QtProject.conf @@ -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 diff --git a/botfiles/.config/sxhkd/sxhkdrc.pc b/botfiles/.config/sxhkd/sxhkdrc.pc index e79cada..982ce12 100644 --- a/botfiles/.config/sxhkd/sxhkdrc.pc +++ b/botfiles/.config/sxhkd/sxhkdrc.pc @@ -99,6 +99,6 @@ XF86AudioPlay mpc toggle # Open ncmpcpp XF86Tools - st -e ncmpcpp + $HOME/.scripts/mpdmenu/mpdmenu diff --git a/dotman b/dotman index 29064e6..36c4ecc 100755 --- a/dotman +++ b/dotman @@ -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