1
0
Fork 0

Add bemenu

This commit is contained in:
Ryan Fox 2022-01-16 04:47:22 +00:00
parent 8c6ab19d89
commit 0b632248a7
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ set $right l
# Programs
set $term foot
set $menu bemenu-run
# Output settings
output * bg ~/.local/share/backgrounds/pocketchip.png fill
@ -19,6 +20,7 @@ input "1:1:1c25000.rtp" {
# Terminal and launcher controls
bindsym $mod+Return exec $term
bindsym $mod+D exec $menu
# Window controls
bindsym $mod+Shift+q kill

View File

@ -3,3 +3,4 @@ export ENV=~/.shrc
export PATH=~/bin:$PATH
export EDITOR=vim
export GIT_EDITOR='vim -c ":set ft=gitcommit"'
export BEMENU_OPTS="--nb '#000000' --hb '#000000' --tb '#000000' --fb '#000000' --hf '#ff79c6' --tf '#ff79c6' --fn 'monospace 8'"