Added more files

This commit is contained in:
Lexi / Zoe 2018-11-01 01:25:33 +01:00
parent 132ec13712
commit 497cf36f95
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
9 changed files with 73 additions and 0 deletions

4
.Xdefaults Normal file
View File

@ -0,0 +1,4 @@
XTerm*Background: black
XTerm*Foreground: white
#Xcursor.theme: mate

13
.bcrc Normal file
View File

@ -0,0 +1,13 @@
scale=6
pi=4*a(1)
define sin(x) { return s(x) }
define cos(x) { return c(x) }
define sin_grad(x) { return s(x * pi/180) }
define cos_grad(x) { return c(x * pi/180) }
define ln(x) { return l(x) }
define log2(x) { return l(x)/l(2) }

6
.config/redshift.conf Normal file
View File

@ -0,0 +1,6 @@
[redshift]
location-provider=manual
[manual]
lat=52.52
lon=13.404

View File

@ -0,0 +1,11 @@
[Unit]
Description=SSH key agent
[Service]
Type=forking
Environment=SSH_AUTH_SOCK=%t/ssh-agent.sock
ExecStart=/usr/bin/ssh-agent -a $SSH_AUTH_SOCK
[Install]
WantedBy=default.target

4
.flake8 Normal file
View File

@ -0,0 +1,4 @@
[flake8]
max-line-length = 119
ignore = E402

1
.ssh/config Normal file
View File

@ -0,0 +1 @@
AddKeysToAgent yes

16
.toprc Normal file
View File

@ -0,0 +1,16 @@
top's Config File (Linux processes with windows)
Id:i, Mode_altscr=0, Mode_irixps=1, Delay_time=3.0, Curwin=0
Def fieldscur=¥¨³´»½ÀÄ·º¹Å&')*+,-./012568<>?ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij
winflags=163636, sortindx=18, maxtasks=0, graph_cpus=1, graph_mems=1
summclr=1, msgsclr=1, headclr=3, taskclr=1
Job fieldscur=¥¦¹·º(³´Ä»½@<§Å)*+,-./012568>?ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij
winflags=193844, sortindx=0, maxtasks=0, graph_cpus=0, graph_mems=0
summclr=6, msgsclr=6, headclr=7, taskclr=6
Mem fieldscur=¥º»<½¾¿ÀÁMBNÃD34·Å&'()*+,-./0125689FGHIJKLOPQRSTUVWXYZ[\]^_`abcdefghij
winflags=193844, sortindx=21, maxtasks=0, graph_cpus=0, graph_mems=0
summclr=5, msgsclr=5, headclr=4, taskclr=5
Usr fieldscur=¥¦§¨ª°¹·ºÄÅ)+,-./1234568;<=>?@ABCFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghij
winflags=193844, sortindx=3, maxtasks=0, graph_cpus=0, graph_mems=0
summclr=3, msgsclr=3, headclr=2, taskclr=3
Fixed_widest=0, Summ_mscale=1, Task_mscale=1, Zero_suppress=0

12
.xprofile Normal file
View File

@ -0,0 +1,12 @@
# Deactivate screen blanking
xset -dpms s off
# Set wallpaper
[ -f ~/.fehbg ] && sh ~/.fehbg
# Set keyboard layout
setxkbmap us altgr-intl
# Register screen locker
xss-lock -- i3lock -n -eft -i ~/.wallpapers/lockscreen &

View File

@ -51,3 +51,9 @@ makelink_simple .bash_logout
makelink_simple .vimrc makelink_simple .vimrc
makelink_simple .gvimrc makelink_simple .gvimrc
# misc apps
makelink_simple .bcrc
makelink_simple .toprc
# TODO more links...