소스 검색

Add marcador rofi to i3 config

Colin Powell 5 년 전
부모
커밋
f3e5f4c648
4개의 변경된 파일14개의 추가작업 그리고 14개의 파일을 삭제
  1. 2 2
      i3/.config/i3/config
  2. 0 12
      rofi/.config/rofi/config
  3. 12 0
      rofi/.config/rofi/config.rasi
  4. BIN
      rofi/.config/rofi/marcador.db

+ 2 - 2
i3/.config/i3/config

@@ -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

+ 0 - 12
rofi/.config/rofi/config

@@ -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 - 0
rofi/.config/rofi/config.rasi

@@ -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