Add marcador rofi to i3 config
This commit is contained in:
@ -262,8 +262,8 @@ exec feh --bg-scale ~/var/inbox/astrobin/`ls -Ar ~/var/inbox/astrobin | tail -n
|
|||||||
##### APP BINDS ###################################
|
##### APP BINDS ###################################
|
||||||
|
|
||||||
bindsym $mod+n exec $browser
|
bindsym $mod+n exec $browser
|
||||||
bindsym $mod+Ctrl+n exec rofi-search "$browser --new-window"
|
bindsym $mod+Ctrl+n exec marcador rofi ~/.config/rofi/marcador.db
|
||||||
bindsym $mod+Shift+n exec rofi-web "$browser --new-window"
|
#bindsym $mod+Shift+n exec rofi-search
|
||||||
|
|
||||||
#bindsym $mod+y exec
|
#bindsym $mod+y exec
|
||||||
#bindsym $mod+Ctrl+y exec
|
#bindsym $mod+Ctrl+y exec
|
||||||
|
|||||||
@ -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
|
|
||||||
12
rofi/.config/rofi/config.rasi
Normal file
12
rofi/.config/rofi/config.rasi
Normal 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";
|
||||||
|
}
|
||||||
BIN
rofi/.config/rofi/marcador.db
Normal file
BIN
rofi/.config/rofi/marcador.db
Normal file
Binary file not shown.
Reference in New Issue
Block a user