mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add alacritty, bettrscreenlock config & update qtile, nvim
This commit is contained in:
parent
88cbabb443
commit
f407ac09bc
13 changed files with 304 additions and 36 deletions
|
|
@ -19,7 +19,7 @@ choice=$(echo -e "${options[@]}" | dmenu -p 'Edit config file' $@)
|
|||
case "$choice" in
|
||||
i3) choice="$HOME/.config/i3/config" ;;
|
||||
qtile)
|
||||
opt=$(echo -e "config.py\nautostart"|dmenu -p 'Qtile' $@)
|
||||
opt=$(echo -e "config.py\nautostart.sh"|dmenu -p 'Qtile' $@)
|
||||
case "$opt" in
|
||||
"config.py") choice="$HOME/.config/qtile/config.py" ;;
|
||||
"autostart.sh") choice="$HOME/.config/qtile/autostart.sh" ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue