mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update bspwm. Add CoC plug in vim
This commit is contained in:
parent
7a0f05c664
commit
64007489ce
14 changed files with 112 additions and 113 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
shopt -s nullglob globstar
|
||||
|
||||
menucmd="rofi -location 2 -dmenu"
|
||||
menucmd="rofi -dmenu"
|
||||
prefix=${PASSWORD_STORE_DIR-~/.password-store}
|
||||
password_files=( "$prefix"/**/*.gpg )
|
||||
password_files=( "${password_files[@]#"$prefix"/}" )
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Lock
|
|||
Logout
|
||||
Reboot")
|
||||
|
||||
menucmd="rofi -location 2 -dmenu"
|
||||
menucmd="rofi -dmenu"
|
||||
choice=$(echo -e "${options[@]}"|${menucmd} -p "Power" $@)
|
||||
case "$choice" in
|
||||
"ShutDown")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue