1
Fork 0

Update rofi config

This commit is contained in:
Edgar P. Burkhart 2023-05-30 18:27:38 +02:00
parent 73e703d3b9
commit 5536647883
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
4 changed files with 12 additions and 1 deletions

3
src/Rofi/.install.fish Executable file
View 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
View File

@ -0,0 +1,2 @@
# Rofi
Install to `~/.config/rofi/`.

6
src/Rofi/config.rasi Normal file
View File

@ -0,0 +1,6 @@
configuration {
modi: "drun,window,ssh,combi";
font: "mono 10";
combi-modi: "window,drun,ssh";
}
@theme "Paper"

View File

@ -55,7 +55,7 @@ bindsym $mod+Shift+q kill
# start dmenu (a program launcher)
# A more modern dmenu replacement is rofi:
bindsym $alt+space exec "rofi -show"
bindsym $alt+space exec "rofi -show combi"
# change focus
#bindsym $mod+j focus left