From a0908784451705c267063c320cd7be7ce5dc44ce Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Thu, 29 Nov 2018 16:43:52 +0000 Subject: [PATCH] Make man page shortcut open in zathura --- i3/configWork | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/configWork b/i3/configWork index 755d6049..0e8bc78f 100644 --- a/i3/configWork +++ b/i3/configWork @@ -70,7 +70,7 @@ bindsym $mod+u exec ~/.dotfiles/rofi/scripts/rofi-emoji bindsym $mod+Shift+x exec killall i3 # Man page lookup -bindsym $mod+m exec man -k . | awk '{ print $1 " " $2 }' | rofi -dmenu -p man | awk '{ print $2 " " $1 }' | tr -d '()' | xargs st -e man +bindsym $mod+m exec man -k . | awk '{ print $1 " " $2 }' | rofi -dmenu -p man | awk '{ print $2 " " $1 }' | tr -d '()' | xargs man -t | ps2pdf - - | zathura - # Send signals to i3 blocks and zsh to tell them that capslock has been pushed