fix: yay config and terminal
This commit is contained in:
parent
cdbbf2a3b2
commit
873062e899
3 changed files with 41 additions and 3 deletions
|
@ -31,5 +31,3 @@ alias md5sum-dir='function _md5sum-dir(){ find $1 -type f -exec md5sum {} \; | m
|
|||
alias pacman-autoremove='sudo pacman -Rns $(pacman -Qtdq)'
|
||||
|
||||
alias rm='rm -I'
|
||||
|
||||
alias yay='yay --builddir /opt/aur-source'
|
||||
|
|
|
@ -113,7 +113,7 @@ mode "$mode_refresh_rate" {
|
|||
|
||||
### BINDINGS
|
||||
|
||||
bindsym $mod+Return exec termite
|
||||
bindsym $mod+Return exec alacritty
|
||||
bindsym $mod+Shift+q kill
|
||||
bindsym $mod+d exec --no-startup-id rofi -show
|
||||
|
||||
|
|
40
.config/yay/config.json
Normal file
40
.config/yay/config.json
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"aururl": "https://aur.archlinux.org",
|
||||
"buildDir": "/opt/aur-source",
|
||||
"editor": "",
|
||||
"editorflags": "",
|
||||
"makepkgbin": "makepkg",
|
||||
"makepkgconf": "",
|
||||
"pacmanbin": "pacman",
|
||||
"pacmanconf": "/etc/pacman.conf",
|
||||
"tarbin": "bsdtar",
|
||||
"redownload": "no",
|
||||
"rebuild": "no",
|
||||
"answerclean": "N",
|
||||
"answerdiff": "N",
|
||||
"answeredit": "",
|
||||
"answerupgrade": "",
|
||||
"gitbin": "git",
|
||||
"gpgbin": "gpg",
|
||||
"gpgflags": "",
|
||||
"mflags": "",
|
||||
"sortby": "votes",
|
||||
"gitflags": "",
|
||||
"removemake": "ask",
|
||||
"requestsplitn": 150,
|
||||
"sortmode": 0,
|
||||
"completionrefreshtime": 7,
|
||||
"sudoloop": true,
|
||||
"timeupdate": false,
|
||||
"devel": false,
|
||||
"cleanAfter": false,
|
||||
"gitclone": true,
|
||||
"provides": true,
|
||||
"pgpfetch": true,
|
||||
"upgrademenu": true,
|
||||
"cleanmenu": true,
|
||||
"diffmenu": true,
|
||||
"editmenu": false,
|
||||
"combinedupgrade": false,
|
||||
"useask": false
|
||||
}
|
Loading…
Reference in a new issue