suicide
This commit is contained in:
parent
bce8a2d74d
commit
ccb0531286
13 changed files with 12 additions and 5 deletions
|
@ -57,3 +57,6 @@ export EIX_LIMIT=0
|
||||||
bindkey -e
|
bindkey -e
|
||||||
#ssh agent
|
#ssh agent
|
||||||
eval $(ssh-agent -s) >/dev/null 2>&1
|
eval $(ssh-agent -s) >/dev/null 2>&1
|
||||||
|
|
||||||
|
|
||||||
|
alias arch="echo 'em64t'"
|
||||||
|
|
1
.zshrc
1
.zshrc
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
|
. /etc/profile
|
||||||
batstat=$(cat /sys/class/power_supply/BAT1/status 2>/dev/null)
|
batstat=$(cat /sys/class/power_supply/BAT1/status 2>/dev/null)
|
||||||
charge=$(cat /sys/class/power_supply/BAT1/capacity 2>/dev/null)
|
charge=$(cat /sys/class/power_supply/BAT1/capacity 2>/dev/null)
|
||||||
if [[ "$batstat" == "Discharging" && "$charge" -lt 50 ]]; then
|
if [[ "$batstat" == "Discharging" && "$charge" -lt 50 ]]; then
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
static const unsigned int borderpx = 3; /* border pixel of windows */
|
static const unsigned int borderpx = 3; /* border pixel of windows */
|
||||||
static const unsigned int snap = 0; /* snap pixel */
|
static const unsigned int snap = 0; /* snap pixel */
|
||||||
static const int swallowfloating = 1; /* 1 means swallow floating windows by default */
|
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 gappih = 10; /* horiz inner gap between windows */
|
||||||
static const unsigned int gappiv = 8; /* vert inner gap between windows */
|
static const unsigned int gappiv = 10; /* vert inner gap between windows */
|
||||||
static const unsigned int gappoh = 8; /* horiz outer gap between windows and screen edge */
|
static const unsigned int gappoh = 20; /* 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 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 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 showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 1; /* 0 means bottom bar */
|
static const int topbar = 1; /* 0 means bottom bar */
|
||||||
|
|
BIN
dwm/drw.o
BIN
dwm/drw.o
Binary file not shown.
BIN
dwm/dwm
BIN
dwm/dwm
Binary file not shown.
BIN
dwm/dwm.o
BIN
dwm/dwm.o
Binary file not shown.
BIN
dwm/util.o
BIN
dwm/util.o
Binary file not shown.
3
local/bin/rimworld
Executable file
3
local/bin/rimworld
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
WINEPREFIX=$HOME/.wine
|
||||||
|
prime-run wine /home/coast/files/rimworld/RimWorldWin64.exe
|
|
@ -33,7 +33,7 @@ char *termname = "st-256color";
|
||||||
|
|
||||||
unsigned int tabspaces = 8;
|
unsigned int tabspaces = 8;
|
||||||
|
|
||||||
float alpha = 0.9;
|
float alpha = 0.95;
|
||||||
float alpha_def;
|
float alpha_def;
|
||||||
|
|
||||||
static const char *colorname[] = {
|
static const char *colorname[] = {
|
||||||
|
|
BIN
st/hb.o
BIN
st/hb.o
Binary file not shown.
BIN
st/st
BIN
st/st
Binary file not shown.
BIN
st/st.o
BIN
st/st.o
Binary file not shown.
BIN
st/x.o
BIN
st/x.o
Binary file not shown.
Loading…
Add table
Reference in a new issue