diff --git a/.zprofile b/.zprofile index 1f3ea8d..22a5a9e 100644 --- a/.zprofile +++ b/.zprofile @@ -57,3 +57,6 @@ export EIX_LIMIT=0 bindkey -e #ssh agent eval $(ssh-agent -s) >/dev/null 2>&1 + + +alias arch="echo 'em64t'" diff --git a/.zshrc b/.zshrc index 56b2e8f..80ca7d6 100644 --- a/.zshrc +++ b/.zshrc @@ -1,4 +1,5 @@ #!/bin/zsh +. /etc/profile batstat=$(cat /sys/class/power_supply/BAT1/status 2>/dev/null) charge=$(cat /sys/class/power_supply/BAT1/capacity 2>/dev/null) if [[ "$batstat" == "Discharging" && "$charge" -lt 50 ]]; then diff --git a/dwm/config.h b/dwm/config.h index a07b858..fc55e23 100644 --- a/dwm/config.h +++ b/dwm/config.h @@ -4,10 +4,10 @@ static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int snap = 0; /* snap pixel */ static const int swallowfloating = 1; /* 1 means swallow floating windows by default */ -static const unsigned int gappih = 8; /* horiz inner gap between windows */ -static const unsigned int gappiv = 8; /* vert inner gap between windows */ -static const unsigned int gappoh = 8; /* horiz outer gap between windows and screen edge */ -static const unsigned int gappov = 8; /* vert outer gap between windows and screen edge */ +static const unsigned int gappih = 10; /* horiz inner gap between windows */ +static const unsigned int gappiv = 10; /* vert inner gap between windows */ +static const unsigned int gappoh = 20; /* horiz outer gap between windows and screen edge */ +static const unsigned int gappov = 30; /* vert outer gap between windows and screen edge */ static const int smartgaps_fact = 1; /* gap factor when there is only one client; 0 = no gaps, 3 = 3x outer gaps */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ diff --git a/dwm/drw.o b/dwm/drw.o index b500184..6c76421 100644 Binary files a/dwm/drw.o and b/dwm/drw.o differ diff --git a/dwm/dwm b/dwm/dwm index a341f7c..dd8012d 100755 Binary files a/dwm/dwm and b/dwm/dwm differ diff --git a/dwm/dwm.o b/dwm/dwm.o index ca5dd55..3e16657 100644 Binary files a/dwm/dwm.o and b/dwm/dwm.o differ diff --git a/dwm/util.o b/dwm/util.o index c40fa42..e1215df 100644 Binary files a/dwm/util.o and b/dwm/util.o differ diff --git a/local/bin/rimworld b/local/bin/rimworld new file mode 100755 index 0000000..e776f9b --- /dev/null +++ b/local/bin/rimworld @@ -0,0 +1,3 @@ +#!/bin/sh +WINEPREFIX=$HOME/.wine +prime-run wine /home/coast/files/rimworld/RimWorldWin64.exe diff --git a/st/config.h b/st/config.h index a2d6230..89b6527 100644 --- a/st/config.h +++ b/st/config.h @@ -33,7 +33,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; -float alpha = 0.9; +float alpha = 0.95; float alpha_def; static const char *colorname[] = { diff --git a/st/hb.o b/st/hb.o index 34d5bbe..9b215c4 100644 Binary files a/st/hb.o and b/st/hb.o differ diff --git a/st/st b/st/st index f830ff9..f1cc44d 100755 Binary files a/st/st and b/st/st differ diff --git a/st/st.o b/st/st.o index 53e6ffd..65533a1 100644 Binary files a/st/st.o and b/st/st.o differ diff --git a/st/x.o b/st/x.o index eaa0d44..09bab45 100644 Binary files a/st/x.o and b/st/x.o differ