diff --git a/config/config.json b/config/config.json index 2375baf..d8de87a 100644 --- a/config/config.json +++ b/config/config.json @@ -51,6 +51,14 @@ "external": "~/.config/i3status/config" } ] + }, + "rofi": { + "files": [ + { + "internal": "config/rofi/config.rasi", + "external": "~/.config/rofi/config.rasi" + } + ] } } } diff --git a/config/i3/config b/config/i3/config index 1fe0756..f4d8b72 100644 --- a/config/i3/config +++ b/config/i3/config @@ -30,7 +30,7 @@ bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+Shift+q kill # start rofi (a program launcher) -bindsym $mod+d exec "rofi -modi drun,run -show drun" +bindsym $mod+d exec "rofi -combi-modi window,drun -show combi" # change focus bindsym $mod+j focus left diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi new file mode 100644 index 0000000..1489c34 --- /dev/null +++ b/config/rofi/config.rasi @@ -0,0 +1,3 @@ +configuration { + font: "Fira Code 12"; +}