chore(config): add rofi config

main
Tran Hau 2021-04-02 16:52:29 +07:00
parent 78fbb6094d
commit 9c6922b758
3 changed files with 12 additions and 1 deletions

View File

@ -51,6 +51,14 @@
"external": "~/.config/i3status/config"
}
]
},
"rofi": {
"files": [
{
"internal": "config/rofi/config.rasi",
"external": "~/.config/rofi/config.rasi"
}
]
}
}
}

View File

@ -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

3
config/rofi/config.rasi Normal file
View File

@ -0,0 +1,3 @@
configuration {
font: "Fira Code 12";
}