Update rofi config
This commit is contained in:
parent
73e703d3b9
commit
5536647883
4 changed files with 12 additions and 1 deletions
3
src/Rofi/.install.fish
Executable file
3
src/Rofi/.install.fish
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env fish
|
||||||
|
mkdir -p ~/.config/rofi
|
||||||
|
cp config.rasi ~/.config/rofi/
|
2
src/Rofi/README.md
Normal file
2
src/Rofi/README.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Rofi
|
||||||
|
Install to `~/.config/rofi/`.
|
6
src/Rofi/config.rasi
Normal file
6
src/Rofi/config.rasi
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
configuration {
|
||||||
|
modi: "drun,window,ssh,combi";
|
||||||
|
font: "mono 10";
|
||||||
|
combi-modi: "window,drun,ssh";
|
||||||
|
}
|
||||||
|
@theme "Paper"
|
|
@ -55,7 +55,7 @@ bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
# A more modern dmenu replacement is rofi:
|
# A more modern dmenu replacement is rofi:
|
||||||
bindsym $alt+space exec "rofi -show"
|
bindsym $alt+space exec "rofi -show combi"
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
#bindsym $mod+j focus left
|
#bindsym $mod+j focus left
|
||||||
|
|
Loading…
Reference in a new issue