Compare commits

..

No commits in common. "238ab2bfe596437d2e6e12e51419c3aa046ff9c6" and "f4fa5ff954bc428906d4a86ecdf9fb0e566e8dc3" have entirely different histories.

3 changed files with 3 additions and 11 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,14 +4,6 @@ if [[ -f $HOME/.zsh_alias ]]; then
source $HOME/.zsh_alias
fi
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" "$@")
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" "$@")
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:size=10:antialias=true:autohint=true" -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 -nb "#282a36" -nf "#f8f8f2" -sb "#44475a" -sf "#f8f8f2"; fi
alt + x
$HOME/.config/dmenu/dmenu_bspwm_desktop_content goto