i3: dmenu font and selected background as in i3
This commit is contained in:
parent
c3a2bb4cce
commit
ebd7b86e4c
@ -7,6 +7,7 @@ set $mod Mod4
|
|||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
font pango:Fantasque Sans Mono 30px
|
font pango:Fantasque Sans Mono 30px
|
||||||
|
set $dmenu_font "Fantasque Sans Mono:pixelsize=30"
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
set $refresh_i3status killall -SIGUSR1 i3status
|
||||||
@ -30,7 +31,7 @@ bindsym $mod+e exec "emacsclient -n -c"
|
|||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+p exec dmenu_run
|
bindsym $mod+p exec dmenu_run -fn $dmenu_font -sb '#107d4a'
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+h focus left
|
bindsym $mod+h focus left
|
||||||
|
Loading…
x
Reference in New Issue
Block a user