From 7ec94cce27db993a37f42301ef94d8feede5801c Mon Sep 17 00:00:00 2001 From: David Chen Date: Sun, 9 Jun 2019 14:12:40 +0800 Subject: [PATCH] some new changes --- .gitignore | 1 + i3/config | 1 + polybar/config | 2 +- ranger/rc.conf | 2 ++ 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dec9189..056b7fe 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ !/.Xmodmap !/.zshrc !/.gitignore +!/README.md diff --git a/i3/config b/i3/config index f3eb22f..207f919 100644 --- a/i3/config +++ b/i3/config @@ -32,6 +32,7 @@ exec_always variety exec_always fcitx exec_always --no-startup-id ~/scripts/inverse-scroll.sh exec_always --no-startup-id ~/scripts/tap-to-click.sh +exec_always albert for_window [class="^.*"] border pixel 1 new_window 1pixel diff --git a/polybar/config b/polybar/config index 8f9692f..f7a9d45 100644 --- a/polybar/config +++ b/polybar/config @@ -18,7 +18,7 @@ [colors] ;background = ${xrdb:color0:#222} -background = #222 +background = #cc222222 background-alt = #444 ;foreground = ${xrdb:color7:#222} foreground = #dfdfdf diff --git a/ranger/rc.conf b/ranger/rc.conf index b0973bc..9f6a27d 100644 --- a/ranger/rc.conf +++ b/ranger/rc.conf @@ -304,6 +304,8 @@ map V console shell vim%space map mark_files toggle=True +map M console mkdir%space + # Jumping around map H history_go -1 map L history_go 1