Add marcador rofi to i3 config

This commit is contained in:
Colin Powell
2019-12-06 13:04:49 -05:00
parent b1a6fccedb
commit f3e5f4c648
4 changed files with 14 additions and 14 deletions

View File

@ -262,8 +262,8 @@ exec feh --bg-scale ~/var/inbox/astrobin/`ls -Ar ~/var/inbox/astrobin | tail -n
##### APP BINDS ###################################
bindsym $mod+n exec $browser
bindsym $mod+Ctrl+n exec rofi-search "$browser --new-window"
bindsym $mod+Shift+n exec rofi-web "$browser --new-window"
bindsym $mod+Ctrl+n exec marcador rofi ~/.config/rofi/marcador.db
#bindsym $mod+Shift+n exec rofi-search
#bindsym $mod+y exec
#bindsym $mod+Ctrl+y exec

View File

@ -1,12 +0,0 @@
rofi.modi: window,run,ssh,combi
rofi.width: 50
rofi.lines: 5
rofi.font: Go Mono 9
rofi.location: 2
rofi.yoffset: 100
rofi.show-icons: true
rofi.terminal: kitty
rofi.ssh-client: ssh
rofi.ssh-command: {terminal} -e {ssh-client} {host}
rofi.auto-select: false
rofi.combi-modi: window,drun,ssh

View File

@ -0,0 +1,12 @@
configuration {
modi: "window,run,ssh,combi";
width: 50;
lines: 5;
font: "Go Mono 9";
location: 2;
padding: 15;
yoffset: 85;
show-icons: true;
combi-modi: "window,drun,ssh";
theme: "android_notification";
}

Binary file not shown.