diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..a826e02 --- /dev/null +++ b/.Xdefaults @@ -0,0 +1,4 @@ +XTerm*Background: black +XTerm*Foreground: white + +#Xcursor.theme: mate diff --git a/.bcrc b/.bcrc new file mode 100644 index 0000000..9bd81d1 --- /dev/null +++ b/.bcrc @@ -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) } + diff --git a/.config/redshift.conf b/.config/redshift.conf new file mode 100644 index 0000000..72358a2 --- /dev/null +++ b/.config/redshift.conf @@ -0,0 +1,6 @@ +[redshift] +location-provider=manual + +[manual] +lat=52.52 +lon=13.404 diff --git a/.config/systemd/user/ssh-agent.service b/.config/systemd/user/ssh-agent.service new file mode 100644 index 0000000..842aa6f --- /dev/null +++ b/.config/systemd/user/ssh-agent.service @@ -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 + diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..73dde75 --- /dev/null +++ b/.flake8 @@ -0,0 +1,4 @@ +[flake8] +max-line-length = 119 +ignore = E402 + diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..07ff3a5 --- /dev/null +++ b/.ssh/config @@ -0,0 +1 @@ +AddKeysToAgent yes diff --git a/.toprc b/.toprc new file mode 100644 index 0000000..82a0dea --- /dev/null +++ b/.toprc @@ -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 + diff --git a/.xprofile b/.xprofile new file mode 100644 index 0000000..dec3610 --- /dev/null +++ b/.xprofile @@ -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 & + diff --git a/createlinks.sh b/createlinks.sh index dcfd23a..45ce669 100644 --- a/createlinks.sh +++ b/createlinks.sh @@ -51,3 +51,9 @@ makelink_simple .bash_logout makelink_simple .vimrc makelink_simple .gvimrc +# misc apps +makelink_simple .bcrc +makelink_simple .toprc + +# TODO more links... +