From 3b642aaa9e2c83be0c69bcaeeb29527e7c6b4471 Mon Sep 17 00:00:00 2001 From: Spenser Truex Date: Wed, 23 Sep 2020 06:36:59 -0700 Subject: [PATCH 1/3] Typo. (#818) Co-authored-by: Spenser Truex --- .config/ranger/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ranger/README.MD b/.config/ranger/README.MD index 4511151..a78ee5a 100644 --- a/.config/ranger/README.MD +++ b/.config/ranger/README.MD @@ -9,7 +9,7 @@ These are the basic key binds in ranger, even outside of my configs. Note that t + dd -- cut selected files + yy -- copy/yank selected files + pp -- paste/move cut/copied files -+ / -- search, when (n/N) next/previos result ++ / -- search, when (n/N) next/previous result + zh or CTRL-h -- show hidden files + Renaming files: + cw -- rename file from scratch From b768fc601e9b587aa800cd0656a8eee170bd1c93 Mon Sep 17 00:00:00 2001 From: Igor Line Date: Wed, 23 Sep 2020 15:37:24 +0200 Subject: [PATCH 2/3] Use mw sync on F8 (#819) Related to https://github.com/LukeSmithxyz/voidrice/pull/815 --- .config/i3/config | 2 +- .config/sxhkd/sxhkdrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 5553699..5647389 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -229,7 +229,7 @@ bindsym $mod+F4 exec --no-startup-id prompt "Hibernate computer?" "$hibernate" bindsym $mod+F5 exec --no-startup-id $netrefresh bindsym $mod+F6 exec --no-startup-id torwrap bindsym $mod+F7 exec --no-startup-id td-toggle -bindsym $mod+F8 exec --no-startup-id mailsync +bindsym $mod+F8 exec --no-startup-id mw sync bindsym $mod+F9 exec --no-startup-id dmenumount bindsym $mod+F10 exec --no-startup-id dmenuumount bindsym $mod+F11 exec --no-startup-id ducksearch diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 1b89372..6c7c2e4 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -157,7 +157,7 @@ super + F7 td-toggle # sync email super + F8 - mailsync + mw sync # Mount a USB drive or Android device super + {F9,F10} {dmenumount,dmenuumount} From aff828d935a1d032c3a2e1735ac58a56b679078d Mon Sep 17 00:00:00 2001 From: David Delarosa Date: Thu, 24 Sep 2020 23:38:20 +0300 Subject: [PATCH 3/3] reload tmux config from correct path (#820) --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index d7e74f7..c74458e 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -27,7 +27,7 @@ unbind j unbind C-b # unbind default leader key unbind '"' # unbind horizontal split unbind % # unbind vertical split -bind-key r source-file ~/.tmux.conf +bind-key r source-file ~/.config/tmux/tmux.conf bind-key c split-window -v # split pane horizontally bind-key v split-window -h # split pane vertically bind-key Space list-panes