diff --git a/gitconfig.client b/gitconfig.client index 282a736..73edeb3 100644 --- a/gitconfig.client +++ b/gitconfig.client @@ -5,19 +5,18 @@ wdi = diff --color-words co = checkout up = fetch --all + hg = !git-hg [color] ui = auto -[diff] - renames = copies - [gui] fontdiff = -family \"Source Code Pro\" -size 8 -weight normal -slant roman -underline 0 -overstrike 0 fontui = -family \"DejaVu Sans\" -size 9 -weight normal -slant roman -underline 0 -overstrike 0 spellingdictionary = en # recognize file copies + [diff] renames = copies renameLimit = 65536 @@ -37,5 +36,6 @@ [commit] gpgsign = true + [core] preloadindex = 1 diff --git a/i3-config b/i3-config index a7a2e4b..c2c93e2 100644 --- a/i3-config +++ b/i3-config @@ -36,7 +36,6 @@ floating_modifier $mod # lock screen bindsym $mod+l exec xscreensaver-command -lock - # start a terminal bindsym $mod+Return exec i3-sensible-terminal diff --git a/i3status.conf b/i3status.conf index 55d44d3..f401d68 100644 --- a/i3status.conf +++ b/i3status.conf @@ -28,23 +28,25 @@ order += "time" wireless wlan0 { format_up = "W: (%quality at %essid) %ip" - format_down = "W: down" + format_down = "" } ethernet eth0 { # if you use %speed, i3status requires root privileges format_up = "E: %ip (%speed)" - format_down = "E: down" + format_down = "" } battery 0 { format = "%status %percentage %remaining" path = "/sys/class/power_supply/CMB1/uevent" + format_down = "" } battery 1 { format = "%status %percentage %remaining" path = "/sys/class/power_supply/CMB2/uevent" + format_down = "" } run_watch DHCP { @@ -64,12 +66,12 @@ load { } cpu_temperature 0 { - format = "T: %degrees °C" + format = "T1: %degrees °C" path = "/sys/devices/platform/coretemp.0/temp2_input" } cpu_temperature 1 { - format = "T: %degrees °C" + format = "T2: %degrees °C" path = "/sys/devices/platform/coretemp.0/temp4_input" }