From b750c3a466a5cee51cc7990aa980a6acac84e3c5 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sat, 31 Oct 2020 18:17:46 -0400 Subject: [PATCH] Change sxhkd browser keymap to firefox and add git command alias --- .config/sxhkd/sxhkdrc | 2 +- .gitconfig | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 81f0006..a1bedd7 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -8,7 +8,7 @@ super + Return # browser super + shift + Return - qutebrowser + firefox # program launcher super + @space diff --git a/.gitconfig b/.gitconfig index 82f73e6..93d82b3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -18,6 +18,7 @@ rum = rebase master@{u} puff = pull --ff-only merff = merge --ff-only + fa = fetch --all [core] editor = nvim