all repos — dotfiles @ 4ec700b5a00e0fec3dd3ed9fd0f238b62f20493d

linux dotfiles

improve search keybind
Prithu Goswami prithugoswami524@gmail.com
Sat, 06 Feb 2021 21:32:07 +0530
commit

4ec700b5a00e0fec3dd3ed9fd0f238b62f20493d

parent

c4f7807265dc2f6216f49fb83e053b0887f7ca27

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M config/i3/configconfig/i3/config

@@ -186,7 +186,7 @@ # PD

bindsym $mod+p exec --no-startup-id dmenu_run $dmenu_args -l 20 -i -F # window swticher using rofi bindsym $mod+v exec --no-startup-id "rofi -show window -width 70" -bindsym $mod+slash exec --no-startup-id st -e bash -c 'rifle "$(find -H ~/* ! -path "*repos*" -type f | fzf -i --reverse)"' +bindsym $mod+slash exec --no-startup-id st -e bash -c 'rifle "$(find ~/ -path "/home/prithu/.*" -prune -o -print -path "/home/prithu/repos" -prune -o -print -type f | fzf -i --reverse)"' bindsym $mod+z exec --no-startup-id change-wall # change volume or toggle mute bindsym XF86AudioRaiseVolume exec amixer -q -D pulse sset Master 5%+