From 8f5de0bb20cef9aad73102a796a21beb35b1b9f0 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 28 Aug 2017 12:47:52 -0500 Subject: [PATCH 1/3] config: Add Win+v/cachedpass key bind --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index c210b70..54ff8a5 100644 --- a/config +++ b/config @@ -221,3 +221,4 @@ bindsym Print exec screenshot bindsym $modb+t exec exec passmenu bindsym $modb+g exec exec dmenu_snips bindsym $modb+XF86AudioPlay exec exec audacious +bindsym $modb+v exec exec cachedpass ${USER} From acbc673059cbea6fcebac26b24cccf377c6c8382 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 21 Dec 2017 19:16:03 -0600 Subject: [PATCH 2/3] config: Use Liberation fonts --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 54ff8a5..48f88d6 100644 --- a/config +++ b/config @@ -15,7 +15,7 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 # right-to-left text rendering, you should instead use pango for rendering and # chose a FreeType font, such as: # font pango:DejaVu Sans Mono 10 -font pango:DejaVu Sans 10 +font pango:Liberation Sans 10 # Disable focus-follows-mouse focus_follows_mouse no @@ -33,7 +33,7 @@ bindsym $mod+Shift+q kill # start dmenu (a program launcher) #bindsym $mod+d exec dmenu_run -bindsym $modb+space exec exec dmenu_run -fn 'Monospace-10' & +bindsym $modb+space exec exec dmenu_run -fn 'Liberation Mono-10' & # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. From 2358ae69c37a01660d3ece2b3fca556abf533f9e Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 22 Dec 2017 11:14:27 -0600 Subject: [PATCH 3/3] config: Add GVimNotes shortcut and modifiers --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index 48f88d6..d1b0e7c 100644 --- a/config +++ b/config @@ -199,6 +199,7 @@ for_window [title="myNoise.net Minified Player"] floating enable for_window [class="Galculator"] floating enable for_window [class="Audacious"] floating enable for_window [class="Pinentry"] floating enable +for_window [window_role="GvimNotes"] floating enable assign [window_role="conversation"] 3 # multimedia keys @@ -222,3 +223,4 @@ bindsym $modb+t exec exec passmenu bindsym $modb+g exec exec dmenu_snips bindsym $modb+XF86AudioPlay exec exec audacious bindsym $modb+v exec exec cachedpass ${USER} +bindsym $modb+n exec exec gvimnotes