Make rofi show icons + make work i3 config use rofi

This commit is contained in:
Jonathan Hodgson 2018-04-05 09:25:42 +01:00
parent 824ae42812
commit e995785fdb
2 changed files with 8 additions and 1 deletions

View file

@ -51,10 +51,16 @@ bindsym $mod+q kill
# start dmenu (a program launcher)
#bindsym $mod+d exec dmenu_run
bindsym $mod+d exec albert toggle
#bindsym $mod+d exec albert toggle
bindsym XF86Search exec dmenu_run
#bindsym $mod+z exec xfce4-appfinder
# Start Rofi as program launcher
bindsym $mod+d exec rofi -show drun
#Start Rofi as emoji finder
bindsym $mod+u exec ~/.dotfiles/config/rofi/scripts/rofi-emoji
#kill i3
bindsym $mod+Shift+x exec killall i3

View file

@ -1,2 +1,3 @@
rofi.theme: /usr/share/rofi/themes/solarized_alternate.rasi
rofi.font: Noto\ 16
rofi.show-icons: True