chore(config): add rofi config
parent
78fbb6094d
commit
9c6922b758
|
@ -51,6 +51,14 @@
|
|||
"external": "~/.config/i3status/config"
|
||||
}
|
||||
]
|
||||
},
|
||||
"rofi": {
|
||||
"files": [
|
||||
{
|
||||
"internal": "config/rofi/config.rasi",
|
||||
"external": "~/.config/rofi/config.rasi"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
configuration {
|
||||
font: "Fira Code 12";
|
||||
}
|
Loading…
Reference in New Issue