mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Updating a few dotfiles.
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
# Use dmenu to open and edit a file from a given list.
|
||||
# I use this to quickly open my dwm source files in vim.
|
||||
|
||||
source $HOME/.dmenurc
|
||||
|
||||
# Global variables:
|
||||
FILES=${1:-"/home/dt/dwm"}
|
||||
DMENU='dmenu -l -i'
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
# Global variables:
|
||||
FILES=${1:-"/home/dt/st"}
|
||||
DMENU='dmenu -l -i'
|
||||
DMENU='dmenu -nb #1D2330 -nf #AD69AF -sb #84598D -sf #d1d7e1 -l -i'
|
||||
EDITOR='st -e vim'
|
||||
# Show list of options
|
||||
choice=$(ls -a "${FILES}" | $DMENU -p "« st » source code:")
|
||||
|
||||
Reference in New Issue
Block a user