Compare commits

...

2 Commits

3 changed files with 11 additions and 3 deletions

View File

@ -19,7 +19,7 @@
*.color13: #FF92D0
*.color14: #9AEDFE
*.color15: #E6E6E6
*.font = "Hack:size=10:antialias=true:autohint=true"
*.font: "Hack:size=10:antialias=true:autohint=true"
*.termName: xterm-256color
*.shell: /usr/bin/zsh
*.tabspaces: 4

View File

@ -4,6 +4,14 @@ if [[ -f $HOME/.zsh_alias ]]; then
source $HOME/.zsh_alias
fi
command_to_run=$({ alias | awk '{split($0,alias,"="); print alias[1];}' ; dmenu_path ; } | sort | dmenu -i -fn Hack -nb "#282a36" -nf "#f8f8f2" -sb "#44475a" -sf "#f8f8f2" "$@")
fallback_font="Hack:size=10:antialias=true:autohint=true"
font=""
if [ -x $(command -v xgetres) ]; then
font=$(xgetres font || echo $fallback_font);
else
font=$fallback_font;
fi
command_to_run=$({ alias | awk '{split($0,alias,"="); print alias[1];}' ; dmenu_path ; } | sort | dmenu -i -fn $font -nb "#282a36" -nf "#f8f8f2" -sb "#44475a" -sf "#f8f8f2" "$@")
eval ${command_to_run} &

View File

@ -123,7 +123,7 @@ alt + Return
# run program launcher
alt + d
if [ -x $(command -v zsh) ]; then $HOME/.config/dmenu/dmenu_run_with_aliases; else dmenu_run -i -fn Hack -nb "#282a36" -nf "#f8f8f2" -sb "#44475a" -sf "#f8f8f2"; fi
if [ -x $(command -v zsh) ]; then $HOME/.config/dmenu/dmenu_run_with_aliases; else dmenu_run -i -fn "Hack:size=10:antialias=true:autohint=true" -nb "#282a36" -nf "#f8f8f2" -sb "#44475a" -sf "#f8f8f2"; fi
alt + x
$HOME/.config/dmenu/dmenu_bspwm_desktop_content goto