From 435095ba31a816fece797713396df98ac51dc2e9 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Feb 2015 13:38:43 +0100 Subject: export.zsh: Add export for GnuPG started as daemon on demand and emulating ssh-agent. --- .zsh.after/export.zsh | 10 ++++++++++ .zsh.before/keychain.zsh | 3 --- 2 files changed, 10 insertions(+), 3 deletions(-) delete mode 100644 .zsh.before/keychain.zsh diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh index 1c1453d..6086d1b 100644 --- a/.zsh.after/export.zsh +++ b/.zsh.after/export.zsh @@ -27,3 +27,13 @@ export _JAVA_OPTIONS='-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndF # Java non-reparenting windows _JAVA_AWT_WM_NONREPARENTING=1; export _JAVA_AWT_WM_NONREPARENTING + +# GnuPG +export GPG_TTY=$(tty) + +# ssh-agent setting for use with gpg-agent +unset SSH_AGENT_PID +if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then + export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh" +fi + diff --git a/.zsh.before/keychain.zsh b/.zsh.before/keychain.zsh deleted file mode 100644 index 5b05bcb..0000000 --- a/.zsh.before/keychain.zsh +++ /dev/null @@ -1,3 +0,0 @@ -if [ -f /usr/bin/keychain ];then - eval $(keychain --eval --agents gpg,ssh -Q --quiet ~/.ssh/id_rsa F5A1A949 --ignore-missing --nogui ) -fi -- cgit v1.2.3-70-g09d2 From f39f859b92bcdbfe2d176ec4d0c367157cf7cf67 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Feb 2015 18:21:22 +0100 Subject: tex2pdf: Choosing mupdf over evince. --- bin/backup-profiles | 65 ----------------------------------------------------- bin/tex2pdf | 11 +++++++-- 2 files changed, 9 insertions(+), 67 deletions(-) delete mode 100755 bin/backup-profiles diff --git a/bin/backup-profiles b/bin/backup-profiles deleted file mode 100755 index 9e5c9a1..0000000 --- a/bin/backup-profiles +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/sh -# -# Backup profiles of firefox and thunderbird to local ownCloud (or other location) while encrypting them using gpg -# - -firefoxPID=`ps -C firefox -o pid=` -thunderbirdPID=`ps -C thunderbird -o pid=` - -firefoxTMP=/tmp/firefox.tgz -thunderbirdTMP=/tmp/thunderbird.tgz -firefoxIF=~/.mozilla/firefox/ -thunderbirdIF=~/.thunderbird/ -profileName=dvzrv -backupEND=-backup -OF=~/ownCloud/backup/web -gpgEND=.gpg - - -if [[ -z "$firefoxPID" ]] -then - echo "Firefox is not running." - echo "Backing up profile." - tar cfPzh $firefoxTMP -C $firefoxIF $profileName - echo "Encrypting profile." - gpg -e -r 'David Runge ' $firefoxTMP - echo "Moving backup to ownCloud." - mv -f $firefoxTMP$gpgEND $OF - echo "Cleaning up." - rm $firefoxTMP - echo "Done." -else - echo "Firefox is still running." - psdStopped=`systemctl status psd |grep inactive` - if [[ ! -z "$psdStopped" ]]; then - echo "psd service running. Trying to use its backup." - tar cfPzh $firefoxTMP -C $firefoxIF $profileName$backupEND - echo "Encrypting profile." - gpg -e -r 'David Runge ' $firefoxTMP - echo "Moving backup to ownCloud." - mv -f $firefoxTMP$gpgEND $OF - echo "Cleaning up." - rm $firefoxTMP - echo "Done." - else - echo "Skipping backup." - fi -fi - -if [[ -z "$thunderbirdPID" ]] -then - echo "Thunderbird is not running." - echo "Backing up profile." - tar cfPz $thunderbirdTMP -C $thunderbirdIF $profileName - echo "Encrypting profile." - gpg -e -r 'David Runge ' $thunderbirdTMP - echo "Moving backup to ownCloud." - mv -f $thunderbirdTMP$gpgEND $OF - echo "Cleaning up." - rm $thunderbirdTMP - echo "Done." -else - echo "Thunderbird is still running." - echo "Skipping backup." -fi - diff --git a/bin/tex2pdf b/bin/tex2pdf index 6eaaef6..fd99224 100755 --- a/bin/tex2pdf +++ b/bin/tex2pdf @@ -1,5 +1,6 @@ #!/bin/bash logdestination="$HOME/.log/tex2pdf.log" +already_open=$(ps aux | grep "$1.pdf" | grep -v "grep") rm -rf $logdestination touch $logdestination echo "tex2pdf called with $1.tex">>$logdestination @@ -18,8 +19,14 @@ echo "################## pdflatex, run #3 #################">>$logdestination echo "#####################################################">>$logdestination pdflatex -interaction=nonstopmode $1.tex>>$logdestination echo "#####################################################">>$logdestination -echo "Launching evince with $1.pdf.">>$logdestination -evince $1.pdf & +echo "Launching mupdf with $1.pdf.">>$logdestination + +if [ -n "$already_open" ]; then + kill "$(echo $already_open | awk '{print $2}')" + echo "Killing pid $(echo $already_open | awk '{print $2}'), which has $1.pdf open already." >>$logdestination +fi +mupdf $1.pdf & + echo "#####################################################">>$logdestination echo "Removing aux,bbl,blg,dvi,lof,log,lot,nav,out,snm,toc.">>$logdestination echo "Current directory: $(pwd) and children of depth 1.">>$logdestination -- cgit v1.2.3-70-g09d2 From e92955cc8be96fc9ed1c547a4411fe78a71f8186 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Feb 2015 18:30:21 +0100 Subject: mpd.conf: Removing server IP, as it is not needed for localhost. --- .config/mpd/mpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 6d0a20d..42ff040 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -19,7 +19,7 @@ audio_output { type "pulse" name "mpd" mixer_type "software" - server "127.0.0.1" +# server "127.0.0.1" } audio_output { -- cgit v1.2.3-70-g09d2 From 0445a8d94ab11a490c1685717e17edaf31860e4d Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Feb 2015 18:38:11 +0100 Subject: export.zsh: Adding an explicit start of gpg-agent. --- .zsh.after/export.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh index 6086d1b..1d2340b 100644 --- a/.zsh.after/export.zsh +++ b/.zsh.after/export.zsh @@ -37,3 +37,5 @@ if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh" fi +# Explicitely starting gpg-agent in the background +gpgconf --launch gpg-agent -- cgit v1.2.3-70-g09d2 From 9916de26bf47b1864dc65f4d124c0390525bf173 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Feb 2015 18:39:10 +0100 Subject: tmux-mem-cpu-load: Removing static binary, in favor of using tmux-plugin-manager --- bin/tmux-mem-cpu-load | Bin 30782 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100755 bin/tmux-mem-cpu-load diff --git a/bin/tmux-mem-cpu-load b/bin/tmux-mem-cpu-load deleted file mode 100755 index aeb7c7c..0000000 Binary files a/bin/tmux-mem-cpu-load and /dev/null differ -- cgit v1.2.3-70-g09d2 From 7094d3ef8cb78bcfebf990c57e5fd9cdad6f2702 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Feb 2015 18:49:23 +0100 Subject: .arduino15: Adding symlink for newer version of arduino --- .arduino15 | 1 + 1 file changed, 1 insertion(+) create mode 120000 .arduino15 diff --git a/.arduino15 b/.arduino15 new file mode 120000 index 0000000..0fbb8ea --- /dev/null +++ b/.arduino15 @@ -0,0 +1 @@ +.arduino \ No newline at end of file -- cgit v1.2.3-70-g09d2 From 936446c8c89e64f88ef8d972feb3834158983c5d Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Feb 2015 18:50:28 +0100 Subject: preferences.txt: Updating arduino preferences. --- .arduino/preferences.txt | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/.arduino/preferences.txt b/.arduino/preferences.txt index 1401472..6724ae7 100644 --- a/.arduino/preferences.txt +++ b/.arduino/preferences.txt @@ -1,6 +1,6 @@ board=uno browser=mozilla -browser.linux=mozilla +build.warn_data_percentage=75 console=true console.auto_clear=true console.error.file=stderr.txt @@ -10,19 +10,16 @@ console.output.file=stdout.txt editor.antialias=false editor.caret.blink=true editor.divider.size=0 -editor.divider.size.windows=2 editor.external=false editor.font=Monospaced,plain,12 -editor.font.macosx=Monaco,plain,10 editor.indent=true editor.invalid=false editor.keys.alternative_cut_copy_paste=true -editor.keys.alternative_cut_copy_paste.macosx=false editor.keys.home_and_end_travel_far=false -editor.keys.home_and_end_travel_far.macosx=true editor.keys.shift_backspace_is_delete=true editor.languages.current= editor.linenumbers=false +editor.save_on_verify=true editor.tabs.expand=true editor.tabs.size=2 editor.window.height.default=600 @@ -32,13 +29,12 @@ editor.window.width.min=400 export.applet.separate_jar_files=false export.application.fullscreen=false export.application.platform=true -export.application.platform.linux=true -export.application.platform.macosx=true -export.application.platform.windows=true export.application.stop=true export.delete_target_folder=true last.ide.1.0.6.daterun=1411912958 last.ide.1.0.6.hardwarepath=/usr/share/arduino/hardware +last.ide.1.6.0.daterun=1424022507 +last.ide.1.6.0.hardwarepath=/usr/share/arduino/hardware last.screen.height=1200 last.screen.width=1920 last.sketch.count=0 @@ -61,7 +57,6 @@ run.options.memory.initial=64 run.options.memory.maximum=256 run.present.bgcolor=#666666 run.present.exclusive=false -run.present.exclusive.macosx=true run.present.stop.color=#cccccc run.window.bgcolor=#DFDFDF serial.databits=8 @@ -70,9 +65,12 @@ serial.parity=N serial.port=COM1 serial.stopbits=1 sketchbook.path=/home/dave/git/sketchbooks/arduino-sketchbook +software=ARDUINO target=arduino +target_package=arduino +target_platform=avr update.check=true update.id=-5111801774645063504 -update.last=1411912792122 +update.last=1424022508963 upload.using=bootloader upload.verify=true -- cgit v1.2.3-70-g09d2 From 88567f850bd96348c27a8c5aff5f4bb7b7dbba88 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Feb 2015 18:51:12 +0100 Subject: redshift.conf: Adding brighter settings for redshift --- .config/redshift.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/redshift.conf b/.config/redshift.conf index f47dc59..d423561 100644 --- a/.config/redshift.conf +++ b/.config/redshift.conf @@ -1,11 +1,11 @@ ; Global settings [redshift] -temp-day=8700 +temp-day=7700 temp-night=4700 brightness-day=1.0 -brightness-night=0.8 +brightness-night=0.81 transition=0 -gamma=0.8:0.7:0.8 +gamma=0.91:0.82:0.85 location-provider=manual adjustment-method=randr -- cgit v1.2.3-70-g09d2 From 9bf14649d804f697e3dd04563309705b97a02a8f Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Feb 2015 18:52:00 +0100 Subject: preferences.txt: Adding updated settings for processing. --- .processing/preferences.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.processing/preferences.txt b/.processing/preferences.txt index 9b1429c..3892b8f 100644 --- a/.processing/preferences.txt +++ b/.processing/preferences.txt @@ -55,8 +55,8 @@ export.application.fullscreen=false export.application.stop=true export.delete_target_folder=true header.hide.image=false -instance_server.key=0.005307518970972369 -instance_server.port=60338 +instance_server.key=0.926220805368482 +instance_server.port=33039 last.sketch.count=0 last.sketch.mode=processing.mode.java.JavaMode last.sketch.restore=true -- cgit v1.2.3-70-g09d2 From 5b334514d75956be0642a99dfe3de272049a1648 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 15 Feb 2015 18:56:52 +0100 Subject: profiles.ini: Updating Thunderbird profile to new path. --- .thunderbird/profiles.ini | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.thunderbird/profiles.ini b/.thunderbird/profiles.ini index 7623b92..68905f0 100644 --- a/.thunderbird/profiles.ini +++ b/.thunderbird/profiles.ini @@ -2,18 +2,8 @@ StartWithLastProfile=1 [Profile0] -Name=david.runge -IsRelative=1 -Path=david.runge - -[Profile1] Name=dvzrv IsRelative=1 Path=dvzrv Default=1 -[Profile2] -Name=test -IsRelative=1 -Path=a4vc7e01.test - -- cgit v1.2.3-70-g09d2 From a27c0d35fa23ef4cb8b742a50e2b2289e4067f9f Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 17 Feb 2015 17:34:16 +0100 Subject: compton.conf: Added shadow-exclude for GTK+3 applications (to not draw double shadow). --- .config/compton.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/compton.conf b/.config/compton.conf index e49a70a..dc15cc4 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -13,7 +13,9 @@ shadow-offset-y = -7; # The top offset for shadows. (default -15) # shadow-blue = 0.0; # Blue color value of shadow. (0.0 - 1.0, defaults to 0) shadow-exclude = [ "n:e:Notification", + "class_g = 'conky'", "_GTK_FRAME_EXTENTS@:c", + "_NET_WM_OPAQUE_REGION@:c" ]; # Exclude conditions for shadows. # shadow-exclude = "n:e:Notification"; -- cgit v1.2.3-70-g09d2 From f59c8d48ec4464ff874e2e4d43a3a34af8b6484d Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 17 Feb 2015 17:39:12 +0100 Subject: khal.conf: Updating config to reflect server change. --- .config/khal/khal.conf | 37 +++++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 14 deletions(-) diff --git a/.config/khal/khal.conf b/.config/khal/khal.conf index 0284874..e67cf91 100644 --- a/.config/khal/khal.conf +++ b/.config/khal/khal.conf @@ -1,30 +1,40 @@ #/etc/khal/khal.conf.sample [calendars] -[[pool]] -path = ~/.calendars/pool +[[unix-pool]] +path = ~/.calendars/unix-pool readonly = True color = dark magenta -[[private]] -path = ~/.calendars/private +[[concerts]] +path = ~/.calendars/concerts readonly = True -color = dark cyan +color = brown -[[courses]] -path = ~/.calendars/courses +[[birthdays]] +path = ~/.calendars/contact_birthdays readonly = True -color = brown +color = white -[[frqrec]] -path = ~/.calendars/frqrec +[[courses]] +path = ~/.calendars/courses readonly = True -color = brown +color = light red [[d228]] -path = ~/.calendars/room +path = ~/.calendars/d228 readonly = True color = dark green +[[live]] +path = ~/.calendars/live +readonly = True +color = light green + +[[private]] +path = ~/.calendars/private +readonly = True +color = dark cyan + [sqlite] path = ~/.config/khal/khal.db @@ -37,10 +47,9 @@ dateformat = %d.%m. longdateformat = %d.%m.%Y datetimeformat = %d.%m. %H:%M longdatetimeformat = %d.%m.%Y %H:%M - firstweekday = 0 +weeknumbers = left [default] default_command = agenda default_calendar = private -debug = 0 -- cgit v1.2.3-70-g09d2 From c14d2ef842860b990bafc588a3a1852c5c7b5350 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 17 Feb 2015 17:39:35 +0100 Subject: khard.conf: Updating config to reflect server change. --- .config/khard/khard.conf | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/.config/khard/khard.conf b/.config/khard/khard.conf index b5d5cbc..995ffdc 100644 --- a/.config/khard/khard.conf +++ b/.config/khard/khard.conf @@ -5,24 +5,18 @@ path = ~/.contacts/akt/ [[bands]] path = ~/.contacts/bands/ -[[funkhaus]] -path = ~/.contacts/funkhaus/ +[[private]] +path = ~/.contacts/private/ -[[personal]] -path = ~/.contacts/personal/ - -[[pool]] -path = ~/.contacts/pool/ - -[[restaurants]] -path = ~/.contacts/restaurants/ - -[[service]] -path = ~/.contacts/service/ +[[services]] +path = ~/.contacts/services/ [[tu-berlin]] path = ~/.contacts/tu-berlin/ +[[unixpool]] +path = ~/.contacts/unixpool/ + [[venues]] path = ~/.contacts/venues/ -- cgit v1.2.3-70-g09d2 From 1d8bbcf8d23890bcce0d30810f4dfdafbf25b259 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 17 Feb 2015 17:48:27 +0100 Subject: .vdirsyncer/config: Adding password_command and changing settings to reflect updated version of the config and server location. --- .vdirsyncer/config | 104 ++++++++++++++++++++--------------------------------- 1 file changed, 38 insertions(+), 66 deletions(-) diff --git a/.vdirsyncer/config b/.vdirsyncer/config index 1b190f7..23beea9 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -1,41 +1,36 @@ -# An example configuration for vdirsyncer. +#An example configuration for vdirsyncer. # Optional parameters are commented out. - +# This file doesn't document all available parameters, see +# http://vdirsyncer.readthedocs.org/ for the rest of them. [general] # A folder where vdirsyncer can store some metadata about each pair. status_path = ~/.vdirsyncer/status/ +password_command = pass2vdirsyncer # CARDDAV + [pair dave_contacts] + # A `[pair ]` block defines two storages `a` and `b` that should be # synchronized. The definition of these storages follows in `[storage ]` # blocks. This is similar to accounts in OfflineIMAP. a = dave_contacts_local b = dave_contacts_remote -# If you want to synchronize several addressbooks, calendars etc that share -# the same storage location and differ only in a suffix to this location -# (i.e., a subdirectory) you can use collections. The comma-separated values -# in this parameter represent these subdirectories and are added as URL -# segments or similar. - -# Together with the definition of the following two `[storage]` blocks below -# in this example it means that -# - https://owncloud.example.com/remote.php/carddav/addressbooks/bob/default/ -# will get synced with ~/.contacts/default/ -# - https://owncloud.example.com/remote.php/carddav/addressbooks/bob/work/ -# will get synced with ~/.contacts/work/ - +# Synchronize all collections available on "side B" (in this case the server). +# You need to run `vdirsyncer discover` if new calendars/addressbooks are added +# on the server. # Omitting this parameter implies that the given path and URL in the -# corresponding `[storage ]` blocks are already pointing to a +# corresponding `[storage ]` blocks are already directly pointing to a # collection each. -collections = akt,bands,funkhaus,personal,pool,restaurants,service,tu-berlin,venues +#collections = ["from b"] +collections = ["akt","bands","private","services","tu-berlin","unixpool", "venues"] # To resolve a conflict the following values are possible: -# `None` - abort when collisions occur (default) -# `a wins` - assume a's items to be more up-to-date -# `b wins` - assume b's items to be more up-to-date -#conflict_resolution = None +# `null` - abort when collisions occur (default) +# `"a wins"` - assume a's items to be more up-to-date +# `"b wins"` - assume b's items to be more up-to-date +#conflict_resolution = null [storage dave_contacts_local] # A storage references actual data on a remote server or on the local disk. @@ -43,60 +38,37 @@ collections = akt,bands,funkhaus,personal,pool,restaurants,service,tu-berlin,ven type = filesystem path = ~/.contacts/ fileext = .vcf -# Create the directory if it doesn't exist: `True` or `False` -#create = True -#encoding = utf-8 [storage dave_contacts_remote] type = carddav -read_only = True -url = https://cloud.frqrec.com/remote.php/carddav/addressbooks/dave/ -verify = False -# Auth types. If you know yours, set it explicitly for performance. -# - basic -# - digest -# - guess (default) -#auth = guess -username = dave -# The password can also be fetched from the system password storage or netrc -#password = - -# CALDAV -[pair dave_calendars] -a = dave_calendars_local -b = dave_calendars_remote -collections = private,pool,frqrec,courses - -[storage dave_calendars_local] -type = filesystem -path = ~/.calendars/ -fileext = .ics +#url = https://owncloud.example.com/remote.php/carddav/ +url = https://cloud.sleepmap.de/remote.php/carddav/ +verify = "~/.certs/sleepmap.crt" +#verify = false -[storage dave_calendars_remote] -type = caldav -read_only = True -url = https://cloud.frqrec.com/remote.php/caldav/calendars/dave/ -verify = False -#auth = guess -username = dave +#username = +# The password can also be fetched from the system password storage, netrc or a +# custom command. See http://vdirsyncer.readthedocs.org/en/stable/keyring.html #password = +username = dave # CALDAV -[pair funkhaus_calendars] -a = funkhaus_calendars_local -b = funkhaus_calendars_remote -collections = room - -[storage funkhaus_calendars_local] +[pair dave_calendar] +a = dave_calendar_local +b = dave_calendar_remote +#collections = ["private", "work"] +collections = ["contact_birthdays", "private", "unix-pool", "courses", "live", "concerts", "d228"] +[storage dave_calendar_local] type = filesystem path = ~/.calendars/ fileext = .ics - -[storage funkhaus_calendars_remote] +[storage dave_calendar_remote] type = caldav -read_only = True -url = https://cloud.frqrec.com/remote.php/caldav/calendars/funkhaus-d228/ -verify = False -#auth = guess -username = funkhaus-d228 +#url = https://owncloud.example.com/remote.php/caldav/ +url = https://cloud.sleepmap.de/remote.php/caldav/ +verify = "~/.certs/sleepmap.crt" +#verify = false +#username = #password = +username = dave + -- cgit v1.2.3-70-g09d2 From 6cfbeade23c3fdf5f27885e247913ddb98d25506 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 17 Feb 2015 17:49:39 +0100 Subject: pass2vdirsyncer: Trivial script to ask for the user password on my server with first argument=user; second argument=server. --- bin/pass2vdirsyncer | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/pass2vdirsyncer diff --git a/bin/pass2vdirsyncer b/bin/pass2vdirsyncer new file mode 100755 index 0000000..b3ec7e0 --- /dev/null +++ b/bin/pass2vdirsyncer @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +pass show sleepmap/$1@$2 -- cgit v1.2.3-70-g09d2 From 9f18f26205fd11d50d54536904f182c63caefdd1 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 17 Feb 2015 17:59:26 +0100 Subject: .tmux.conf: Adding tmux plugin manager and removing unneeded settings. --- .tmux.conf | 60 +++++++++++++++++++++++++++--------------------------------- 1 file changed, 27 insertions(+), 33 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 98940f0..45a022b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,10 +1,6 @@ # Ring the bell if any background window rang a bell set -g bell-action any -# Default termtype. If the rcfile sets $TERM, that overrides this value. -#set -g default-terminal "screen-256color" -set -g default-terminal "rxvt-unicode-256color" - # split windows like vim # vim's definition of a horizontal/vertical split is reversed from tmux's bind s split-window -v @@ -27,43 +23,19 @@ bind-key K resize-pane -U bind-key H resize-pane -L bind-key L resize-pane -R # Fix ctrl + L/R -#bind-key -n C-Right send-keys w -#bind-key -n C-Left send-keys b +bind-key -n C-Right send-keys w +bind-key -n C-Left send-keys b # setting titles on set -g set-titles on set -g set-titles-string "#T" set-option -g allow-rename on -#set base-index 1 +set base-index 1 set -g history-limit 10000 -set-window-option -g xterm-keys on #pass xterminal keys to tmux terminals setw -g mode-mouse on -#new -n Irssi irssi -#neww -n Serv htop -#neww -n Shell - -#Help -# c Create a new window -# n Change to next window -# p Change to previous window -# " Split pane horizontally -# % Split pane vertically -# , Rename current window -# o Move to next pane -# unbind C-b Unbind Control-Key -# set -g prefix C-a Bind to new Control-Key -# Ctrl-b l (Move to the previously selected window) -# Ctrl-b w (List all windows / window numbers) -# Ctrl-b (Move to the specified window number, the default bindings are from 0 – 9) -# Ctrl-b q (Show pane numbers, when the numbers show up type the key to goto that pane) -# Ctrl-b f (Search for window name) -# Ctrl-b w (Select from interactive list of windows) - - - -# Keep your finger on ctrl, or don't +# Logout with Ctrl+D bind-key ^D detach-client # Use vi keybindings for tmux commandline input. @@ -98,7 +70,7 @@ set -g message-attr bold # set status-interval to 2 for tmux-mem-cpu-load set -g status-interval 2 set -g status-left '#[fg=colour235,bg=colour252,bold] #(hostname) #[fg=colour252,bg=colour238,nobold]⮀#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]⮀' -set -g status-right "#[fg=colour235,bg=colour252]⮀#[fg=colour235,bg=colour252,bold] #(tmux-mem-cpu-load 2) #[fg=colour252,bg=colour39]⮀#[fg=colour39,bg=colour234]⮀#[fg=colour39,bg=colour234] %H:%M ⮂" +set -g status-right "#[fg=colour235,bg=colour252]⮀#[fg=colour235,bg=colour252,bold] CPU:#{cpu_percentage} #{cpu_icon} Battery:#{battery_percentage} #{battery_icon}#[fg=colour252,bg=colour39]⮀#[fg=colour39,bg=colour234]⮀#[fg=colour39,bg=colour234] %H:%M ⮂" set -g window-status-format "#[fg=colour235,bg=colour252,bold] #I #W " set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=black,bg=colour39,noreverse,bold] #I: #W #[fg=colour39,bg=colour234,nobold]⮀" @@ -127,3 +99,25 @@ bind r source-file ~/.tmux.conf # Swap windows bind-key m command-prompt -p "move window to:" "swap-window -t '%%'" + +# List of plugins +# Supports `github_username/repo` or full git repo URLs +set -g @tpm_plugins ' \ + tmux-plugins/tpm \ + tmux-plugins/tmux-sensible \ + tmux-plugins/tmux-cpu \ + tmux-plugins/tmux-yank \ + tmux-plugins/tmux-open \ + tmux-plugins/tmux-battery \ + tmux-plugins/tmux-logging \ + tmux-plugins/tmux-online-status \ + tmux-plugins/tmux-sidebar \ + ' +# Other examples: +# github_username/plugin_name \ +# git@github.com/user/plugin \ +# git@bitbucket.com/user/plugin \ + +# Initializes TMUX plugin manager. +# Keep this line at the very bottom of tmux.conf. +run-shell '~/.tmux/plugins/tpm/tpm' -- cgit v1.2.3-70-g09d2 From 631e98d64870a98aab8cdc30e3048ecde14b33b8 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 17 Feb 2015 18:00:25 +0100 Subject: export.zsh: Adding TMUX_TMPDIR to exports. --- .zsh.after/export.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh index 1d2340b..f2b2d9a 100644 --- a/.zsh.after/export.zsh +++ b/.zsh.after/export.zsh @@ -39,3 +39,5 @@ fi # Explicitely starting gpg-agent in the background gpgconf --launch gpg-agent + +export TMUX_TMPDIR="/run/user/$UID/tmux/" -- cgit v1.2.3-70-g09d2 From 8143da66ff5b0d5ac8fb246ac5ebd60d99836bed Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 17 Feb 2015 23:06:45 +0100 Subject: gtk-3.0: Adding settings to unset double shadows and make client-side decorations play nice with compton. --- .config/gtk-3.0/gtk.css | 10 ++++++++++ .config/gtk-3.0/settings.ini | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .config/gtk-3.0/gtk.css diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css new file mode 100644 index 0000000..5dead4a --- /dev/null +++ b/.config/gtk-3.0/gtk.css @@ -0,0 +1,10 @@ +.window-frame, .window-frame:backdrop { + box-shadow: 0 0 0 black; + border-style: none; + margin: 0; + border-radius: 0; +} + +.titlebar { + border-radius: 0; +} diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index d19deaa..39ca34a 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -3,4 +3,4 @@ gtk-application-prefer-dark-theme=1 gtk-fallback-icon-theme = gnome gtk-recent-files-max-age=0 gtk-recent-files-limit=0 - +#gtk-decoration-layout=menu: -- cgit v1.2.3-70-g09d2 From 9e1d9c25d66a9735e1bdb15c0720b7911f1cd81b Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 15:21:57 +0100 Subject: .vdirsyncer/config: Adding b wins as conflict resolution. --- .vdirsyncer/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vdirsyncer/config b/.vdirsyncer/config index 23beea9..e8ec980 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -30,7 +30,7 @@ collections = ["akt","bands","private","services","tu-berlin","unixpool", "venue # `null` - abort when collisions occur (default) # `"a wins"` - assume a's items to be more up-to-date # `"b wins"` - assume b's items to be more up-to-date -#conflict_resolution = null +conflict_resolution = "b wins" [storage dave_contacts_local] # A storage references actual data on a remote server or on the local disk. -- cgit v1.2.3-70-g09d2 From 8f9eb53a23715a15fd591e930a75eedabdc91b93 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 15:23:10 +0100 Subject: khal.conf: Setting writable calendars writable. --- .config/khal/khal.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.config/khal/khal.conf b/.config/khal/khal.conf index e67cf91..7931720 100644 --- a/.config/khal/khal.conf +++ b/.config/khal/khal.conf @@ -2,12 +2,10 @@ [calendars] [[unix-pool]] path = ~/.calendars/unix-pool -readonly = True color = dark magenta [[concerts]] path = ~/.calendars/concerts -readonly = True color = brown [[birthdays]] @@ -17,22 +15,18 @@ color = white [[courses]] path = ~/.calendars/courses -readonly = True color = light red [[d228]] path = ~/.calendars/d228 -readonly = True color = dark green [[live]] path = ~/.calendars/live -readonly = True color = light green [[private]] path = ~/.calendars/private -readonly = True color = dark cyan [sqlite] -- cgit v1.2.3-70-g09d2 From 75ba878e00d2c5d3001dec724628007a40d7a991 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 15:25:04 +0100 Subject: .bashburnrc: Adding a standard config for bashburn --- .bashburnrc | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .bashburnrc diff --git a/.bashburnrc b/.bashburnrc new file mode 100644 index 0000000..4a3ea24 --- /dev/null +++ b/.bashburnrc @@ -0,0 +1,39 @@ +VERSION: 3.1.0 +BBCDWRITER: +BBCDROM: +BBCDMNT: +BBSPEED: -1 +BBBLANKING: fast +BBNUMDEV: 1 +BBBURNDIR: /tmp/burn +BBLABEL: BashBurn CD/DVD +BBDESCRIPTION: Burnt with BashBurn +BBAUTHOR: David Runge +BBNORMALIZE: no +BBDRIVEROPT: +BBFIFODIR: /tmp +BBDELTEMPBURN: no +BBOVERBURN: no +BBBITRATE: 192 +BBLANG: English +BBISCONF: 0 +BBDTAO: -tao +BBPADDING: -pad +BBCONFFILE: /home/dave/.bashburnrc +BB_CDBURNCMD: cdrecord +BB_DVDBURNCMD: growisofs +BB_DVDBURNCMDOPTS: -r -f -v -J -joliet-long +BB_ISOCMD: mkisofs +BB_DVDBLANK: dvd+rw-format +BB_CDIMAGECMD: cdrdao +BB_CDAUDIORIP: cdparanoia +BB_READ_OPTS: -r -R -J -l --allow-leading-dots +BB_READCD: mkisofs +BB_MP3ENC: lame +BB_MP3DEC: mpg123 +BB_OGGENC: oggenc +BB_OGGDEC: oggdec +BB_FLACCMD: flac +BB_EJECT: eject +BB_NORMCMD: normalize +BB_NRG2ISO: nrg2iso -- cgit v1.2.3-70-g09d2 From 0f65e844d28335e1353b1081aaeefb4b7fa98167 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 15:30:00 +0100 Subject: Adding new passwords. --- .password-store | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.password-store b/.password-store index a4d5434..d496f27 160000 --- a/.password-store +++ b/.password-store @@ -1 +1 @@ -Subproject commit a4d543454023690bcb888db7fff62e671495d3f0 +Subproject commit d496f272fc181ada16f3f81a1222f14e98b3b2b8 -- cgit v1.2.3-70-g09d2 From 03a9acb5e0ec322a334f1be1cc4021ae0ccb68b8 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 15:31:02 +0100 Subject: .zpreztorc: Removing unneeded zprezto plugins. --- .zpreztorc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.zpreztorc b/.zpreztorc index d3326d7..663ae54 100644 --- a/.zpreztorc +++ b/.zpreztorc @@ -29,15 +29,11 @@ zstyle ':prezto:load' pmodule \ 'editor' \ 'history' \ 'directory' \ - 'spectrum' \ 'utility' \ 'completion' \ 'archive' \ - 'fasd' \ - 'git' \ 'syntax-highlighting' \ 'history-substring-search' \ - 'ssh' \ 'prompt' # @@ -124,10 +120,3 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \ # Auto set the tab and window titles. zstyle ':prezto:module:terminal' auto-title 'yes' -# -# Tmux -# - -# Auto start a session when Zsh is launched. -# zstyle ':prezto:module:tmux' auto-start 'yes' - -- cgit v1.2.3-70-g09d2 From 66f420275f5ab3fb99c737169001e4a5b71a3a1d Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 15:31:46 +0100 Subject: termite/config: Lowering alpha value of termite background. --- .config/termite/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/termite/config b/.config/termite/config index fec0056..877362c 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -35,7 +35,7 @@ foreground_bold = #ffffff background = #000000 # 20% background transparency (requires a compositor) -background = rgba(00, 00, 00, 0.9) +background = rgba(00, 00, 00, 0.79) # if unset, will reverse foreground and background highlight = #2f2f2f -- cgit v1.2.3-70-g09d2 From aa359360df1dfdf3773a654244521029b495a849 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 19:36:05 +0100 Subject: mc/ini: Updating term-color --- .config/mc/ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/mc/ini b/.config/mc/ini index d24391f..63b44a9 100644 --- a/.config/mc/ini +++ b/.config/mc/ini @@ -112,6 +112,8 @@ base_color= xterm-termite= color_terminals= +xterm-color= + [Panels] show_mini_info=true kilobyte_si=false -- cgit v1.2.3-70-g09d2 From 2559c3756e7447c59784d278a1b41da29823ee67 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 19:37:31 +0100 Subject: .linphonerc: Update settings --- .linphonerc | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/.linphonerc b/.linphonerc index 4d4c42e..da3467e 100644 --- a/.linphonerc +++ b/.linphonerc @@ -83,31 +83,31 @@ channels=1 enabled=1 [audio_codec_5] -mime=speex -rate=32000 +mime=G729 +rate=8000 channels=1 enabled=0 [audio_codec_6] -mime=L16 -rate=44100 +mime=speex +rate=32000 channels=1 enabled=0 [audio_codec_7] mime=L16 rate=44100 -channels=2 +channels=1 enabled=0 [audio_codec_8] -mime=G722 -rate=8000 -channels=1 +mime=L16 +rate=44100 +channels=2 enabled=0 [audio_codec_9] -mime=GSM +mime=G722 rate=8000 channels=1 enabled=0 @@ -144,3 +144,9 @@ mime=H263 rate=90000 enabled=0 +[audio_codec_10] +mime=GSM +rate=8000 +channels=1 +enabled=0 + -- cgit v1.2.3-70-g09d2 From c247adb535bf403441cf865101303d150cad768c Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 19:41:08 +0100 Subject: mirssi: Updating to current server. --- bin/mirssi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mirssi b/bin/mirssi index 7ce8257..6a9ceaa 100755 --- a/bin/mirssi +++ b/bin/mirssi @@ -7,6 +7,6 @@ PATH=$HOME/bin/:$PATH notify_irssi_server.pl &> /dev/null & pid=$! -ssh -R 7090:localhost:7090 frq +ssh -R 7090:localhost:7090 sleepmap kill $pid -- cgit v1.2.3-70-g09d2 From 6959df1fb9dd3950290cc931fab33f38cfba85a9 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 20:08:08 +0100 Subject: rollback-profile: Changing the backup location. --- bin/rollback-profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rollback-profile b/bin/rollback-profile index 499d13d..81386b3 100755 --- a/bin/rollback-profile +++ b/bin/rollback-profile @@ -13,7 +13,7 @@ firefoxIF=~/.mozilla/firefox/ thunderbirdIF=~/.thunderbird/ profileName=dvzrv backupEND=-rollback -OF=~/Dropbox/sync/ +OF=~/ownCloud/backup/web/ gpgEND=.gpg tgzEND=.tgz -- cgit v1.2.3-70-g09d2 From 30b8049a57252e78d30a67332daedd9d2f61b31e Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 21:03:19 +0100 Subject: conky: Add top, right, bottom conky config. --- .config/conky/bottom | 47 +++++++++++++++++++++++++ .config/conky/right | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++ .config/conky/top | 47 +++++++++++++++++++++++++ 3 files changed, 191 insertions(+) create mode 100755 .config/conky/bottom create mode 100755 .config/conky/right create mode 100755 .config/conky/top diff --git a/.config/conky/bottom b/.config/conky/bottom new file mode 100755 index 0000000..aa2f13b --- /dev/null +++ b/.config/conky/bottom @@ -0,0 +1,47 @@ +use_xft yes +xftfont 123:size=8 +xftalpha 0.1 +background true +update_interval 0.1 +total_run_times 0 +own_window yes +own_window_type override +own_window_argb_visual true +own_window_argb_value 100 +own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager +double_buffer yes +draw_shades no +draw_outline no +draw_borders no +draw_graph_borders no +default_color white +default_shade_color 222222 +default_outline_color green +alignment bottom_left +minimum_size 1920 30 +#maximum_width 160 +gap_x 0 +gap_y -10 +no_buffers yes +uppercase no +cpu_avg_samples 1 +net_avg_samples 1 +override_utf8_locale yes +use_spacer left +color1 EAEAEA +color2 00FF66 +color3 11EAEA +color4 EAEAEA +color5 FFA300 +color6 22FFFF +color7 FF8888 +text_buffer_size 256 +pad_percents 0 +short_units yes +format_human_readable yes +default_bar_size 100 6 +if_up_strictness link +draw_shades yes + +TEXT +${font Terminus:pixelsize=14}${color1} CPU: ${color3}${cpu cpu0}% ${goto 110}${color1}Memory: ${color3}[$memmax] $mem / $buffers / $cached ${goto 440}${color1}HD: ${color3}$diskio ${goto 540}${color1}Network: ${color3}${downspeedf wlp3s0} KB / ${upspeedf wlp3s0} KB ${goto 1750}${color5} ${time %H:%M:%S %d-%m-%Y} diff --git a/.config/conky/right b/.config/conky/right new file mode 100755 index 0000000..9ae0e97 --- /dev/null +++ b/.config/conky/right @@ -0,0 +1,97 @@ +use_xft yes +xftfont 123:size=8 +xftalpha 0.1 +background true +total_run_times 0 +own_window yes +own_window_type override +update_interval 1 +own_window_argb_visual true +own_window_argb_value 100 +own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager +double_buffer yes +draw_shades no +draw_outline no +draw_borders no +draw_graph_borders no +default_color white +default_shade_color 222222 +default_outline_color green +alignment top_right +minimum_size 100 1020 +#maximum_width 160 +gap_x 0 +gap_y 30 +no_buffers yes +uppercase no +cpu_avg_samples 1 +net_avg_samples 1 +override_utf8_locale yes +use_spacer left +color1 EAEAEA +color2 00FF66 +color3 11EAEA +color4 EAEAEA +color5 FFA300 +color6 22FFFF +color7 FF8888 +text_buffer_size 512 +pad_percents 0 +short_units yes +format_human_readable yes +default_bar_size 115 5 +if_up_strictness link +draw_shades yes + +TEXT +${font Inconsolata:pixelsize=15}${color5} ${kernel} +${color1} ${loadavg} + +${color5} ${time %H:%M:%S %d-%m-%Y} + +${color5} CPU: ${color3}${freq} Mhz +${color5} total: ${color3}${cpubar cpu0} +${color1} 1: ${color3}${cpubar cpu1} +${color1} 2: ${color3}${cpubar cpu2} +${color1} 3: ${color3}${cpubar cpu3} +${color1} 4: ${color3}${cpubar cpu4} +${color1} 5: ${color3}${cpubar cpu5} +${color1} 6: ${color3}${cpubar cpu6} +${color1} 7: ${color3}${cpubar cpu7} +${color1} 8: ${color3}${cpubar cpu8} + +${color5} Memory: ${color3}$memmax +${color1} in use: ${color3}$mem +${color1} buffer: ${color3}$buffers +${color1} cached: ${color3}$cached + +${color5} HD: +${color1}/dev/sda: ${color3}${diskio /dev/sda} +${color1}/dev/sdb: ${color3}${diskio /dev/sdb} + +${color5} Network: +${if_up wlp3s0} +${color1} net: ${color3}${exec iwgetid | cut -d ":" -f2} +${color1} wlp3s0: ${color3}${addr wlp3s0} +${color1} ext: ${color3}${exec dig +short myip.opendns.com @resolver1.opendns.com} +${color1} gway: ${color3}${exec route -n | grep wlp3s0 | grep UG | awk '{print $2}'} +${color1} dns: ${color3}${exec grep "nameserver" /etc/resolv.conf | awk '{print $2}'} +${color1} speed: ${color3}${exec iwconfig wlp3s0 | grep "Bit Rate" | cut -d"=" -f2 | cut -d" " -f1} Mb/s +${color1} frq: ${color3}${exec iwconfig wlp3s0 | grep "Frequency" | cut -d":" -f3 | cut -d " " -f1} GHz +${color1} qual: ${color3}${exec iwconfig wlp3s0 | grep "Quality" | cut -d"=" -f2 | cut -d" " -f1 } +${color1} level: ${color3}${exec iwconfig wlp3s0 | grep "Signal" | cut -d"=" -f3 } +${color1} rate: ${color3}${downspeed wlp3s0} / ${upspeed wlp3s0} +${endif} +${if_up enp0s25} +${color1}enp0s25: ${color3}${addr enp0s25} +${color1} ext: ${color3}${exec dig +short myip.opendns.com @resolver1.opendns.com} +${color1} gway: ${color3}${exec route -n | grep enp0s25 | grep UG |awk '{print $2}'} +${color1} dns: ${color3}${exec grep "nameserver" /etc/resolv.conf | awk '{print $2}'} +${color1} rate: ${color3}${downspeed enp0s25} / ${upspeed enp0s25} +${endif} + +${color5} Process: +${color1}${execi 1 ps ax -o pcpu,comm,%mem --sort=-c | head -n 12 | tail -n 14} + +${color5} Connections: +${color1}${execpi 1 netstat --protocol=inet 2>/dev/null | grep -v localhost | grep ESTABLISHED | head -n 9 | sed -n "s/tcp.*\:.*\ \(.*\)\:\([^ ]*\)\ \(.*\)/ \$\{color2\}\2:\$\{color1\}\1/p" | sort | uniq } diff --git a/.config/conky/top b/.config/conky/top new file mode 100755 index 0000000..257be2a --- /dev/null +++ b/.config/conky/top @@ -0,0 +1,47 @@ +use_xft yes +xftfont 123:size=8 +xftalpha 0.1 +background true +update_interval 0.1 +total_run_times 0 +own_window yes +own_window_type override +own_window_argb_visual true +own_window_argb_value 100 +own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager +double_buffer yes +draw_shades no +draw_outline no +draw_borders no +draw_graph_borders no +default_color white +default_shade_color 222222 +default_outline_color green +alignment top_left +minimum_size 1920 15 +#maximum_width 160 +gap_x 0 +gap_y 5 +no_buffers yes +uppercase no +cpu_avg_samples 1 +net_avg_samples 1 +override_utf8_locale yes +use_spacer left +color1 EAEAEA +color2 00FF66 +color3 11EAEA +color4 EAEAEA +color5 FFA300 +color6 22FFFF +color7 FF8888 +text_buffer_size 256 +pad_percents 0 +short_units yes +format_human_readable yes +default_bar_size 40 6 +if_up_strictness link +draw_shades yes + +TEXT +${font Terminus:pixelsize=14}${color2}[ ${color3}${exec ~/ownCloud/sys-pref/conky-helpers/get-tag.sh} ${color5}${exec ~/ownCloud/sys-pref/conky-helpers/get-layout.sh}${color2} ]${color1} ${goto 500}Music: ${color1}[ ${color5}${mpd_elapsed}${color1} / ${color5}${mpd_length}${color1} ] ${color2}${mpd_status} ${color3}${if_match "${mpd_artist}" == ""}${mpd_file}${endif}${if_match "${mpd_artist}" != ""}${mpd_artist}${color1} - ${color3}${mpd_title}${endif}${image ~/ownCloud/sys-pref/conky-icons/volume.png -s 12x12 -n -p 1584,1}${goto 1605}${color3}${execbar pamixer --get-volume} ${image ~/ownCloud/sys-pref/conky-icons/brightness.png -s 12x12 -n -p 1657,1}${goto 1680}${color3}${execbar xbacklight} -- cgit v1.2.3-70-g09d2 From ac7a78b40400643b33ca091bb9c30ea15354d50e Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Mar 2015 21:04:30 +0100 Subject: base.cfg: Terminology base settings update --- .config/terminology/config/standard/base.cfg | Bin 2430 -> 4290 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/.config/terminology/config/standard/base.cfg b/.config/terminology/config/standard/base.cfg index 24826c2..ad4940a 100644 Binary files a/.config/terminology/config/standard/base.cfg and b/.config/terminology/config/standard/base.cfg differ -- cgit v1.2.3-70-g09d2 From dac8e30f01fd49c0d44531981cd4beaa17e65e96 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 5 Mar 2015 15:25:48 +0100 Subject: .tmux.conf: base-index is added properly with -g now. --- .tmux.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 45a022b..bf77490 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -31,7 +31,6 @@ set -g set-titles on set -g set-titles-string "#T" set-option -g allow-rename on -set base-index 1 set -g history-limit 10000 setw -g mode-mouse on -- cgit v1.2.3-70-g09d2 From 71eef02a23088d9b7f670e00774a7ab4d38c261f Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 00:07:41 +0100 Subject: ardour3: Adding configs for Ardour3. --- .config/ardour3/.a3 | 0 .config/ardour3/.nevernag | 0 .config/ardour3/ardour.rc | 312 ++++++++++ .config/ardour3/ardour3_ui.conf | 506 +++++++++++++++ .config/ardour3/export/FLAC 24 bit (tagged).format | 30 + .config/ardour3/gdk-pixbuf.loaders | 125 ++++ .config/ardour3/instant.xml | 22 + .config/ardour3/pango.modules | 35 ++ .config/ardour3/pango.rc | 2 + .config/ardour3/plugin_statuses | 58 ++ .../2014_Deviser_Synth_And_Microphones.template | 678 +++++++++++++++++++++ 11 files changed, 1768 insertions(+) create mode 100644 .config/ardour3/.a3 create mode 100644 .config/ardour3/.nevernag create mode 100644 .config/ardour3/ardour.rc create mode 100644 .config/ardour3/ardour3_ui.conf create mode 100644 .config/ardour3/export/FLAC 24 bit (tagged).format create mode 100644 .config/ardour3/gdk-pixbuf.loaders create mode 100644 .config/ardour3/instant.xml create mode 100644 .config/ardour3/pango.modules create mode 100644 .config/ardour3/pango.rc create mode 100644 .config/ardour3/plugin_statuses create mode 100644 .config/ardour3/templates/2014_Deviser_Synth_And_Microphones/2014_Deviser_Synth_And_Microphones.template diff --git a/.config/ardour3/.a3 b/.config/ardour3/.a3 new file mode 100644 index 0000000..e69de29 diff --git a/.config/ardour3/.nevernag b/.config/ardour3/.nevernag new file mode 100644 index 0000000..e69de29 diff --git a/.config/ardour3/ardour.rc b/.config/ardour3/ardour.rc new file mode 100644 index 0000000..29fed35 --- /dev/null +++ b/.config/ardour3/ardour.rc @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.config/ardour3/ardour3_ui.conf b/.config/ardour3/ardour3_ui.conf new file mode 100644 index 0000000..c309b9c --- /dev/null +++ b/.config/ardour3/ardour3_ui.conf @@ -0,0 +1,506 @@ + + + + + + + diff --git a/.config/ardour3/export/FLAC 24 bit (tagged).format b/.config/ardour3/export/FLAC 24 bit (tagged).format new file mode 100644 index 0000000..d45ca8c --- /dev/null +++ b/.config/ardour3/export/FLAC 24 bit (tagged).format @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.config/ardour3/gdk-pixbuf.loaders b/.config/ardour3/gdk-pixbuf.loaders new file mode 100644 index 0000000..cb25d92 --- /dev/null +++ b/.config/ardour3/gdk-pixbuf.loaders @@ -0,0 +1,125 @@ +# GdkPixbuf Image Loader Modules file +# Automatically generated file, do not edit +# Created by gdk-pixbuf-query-loaders from gdk-pixbuf-2.25.0 +# +# LoaderDir = /opt/ardour/lib/loaders +# +"/opt/ardour/lib/loaders/libpixbufloader-xbm.so" +"xbm" 4 "gdk-pixbuf" "The XBM image format" "LGPL" +"image/x-xbitmap" "" +"xbm" "" +"#define " "" 100 +"/*" "" 50 + +"/opt/ardour/lib/loaders/libpixbufloader-icns.so" +"icns" 4 "gdk-pixbuf" "The ICNS image format" "GPL" +"image/x-icns" "" +"icns" "" +"icns" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-ani.so" +"ani" 4 "gdk-pixbuf" "The ANI image format" "LGPL" +"application/x-navi-animation" "" +"ani" "" +"RIFF ACON" " xxxx " 100 + +"/opt/ardour/lib/loaders/libpixbufloader-gif.so" +"gif" 4 "gdk-pixbuf" "The GIF image format" "LGPL" +"image/gif" "" +"gif" "" +"GIF8" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-ras.so" +"ras" 4 "gdk-pixbuf" "The Sun raster image format" "LGPL" +"image/x-cmu-raster" "image/x-sun-raster" "" +"ras" "" +"Y\246j\225" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-bmp.so" +"bmp" 5 "gdk-pixbuf" "The BMP image format" "LGPL" +"image/bmp" "image/x-bmp" "image/x-MS-bmp" "" +"bmp" "" +"BM" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-pcx.so" +"pcx" 4 "gdk-pixbuf" "The PCX image format" "LGPL" +"image/x-pcx" "" +"pcx" "" +"\n \001" "" 100 +"\n\002\001" "" 100 +"\n\003\001" "" 100 +"\n\004\001" "" 100 +"\n\005\001" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-qtif.so" +"qtif" 4 "gdk-pixbuf" "The QTIF image format" "LGPL" +"image/x-quicktime" "image/qtif" "" +"qtif" "qif" "" +"abcdidsc" "xxxx " 100 +"abcdidat" "xxxx " 100 + +"/opt/ardour/lib/loaders/libpixbufloader-png.so" +"png" 5 "gdk-pixbuf" "The PNG image format" "LGPL" +"image/png" "" +"png" "" +"\211PNG\r\n\032\n" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-tiff.so" +"tiff" 1 "gdk-pixbuf" "The TIFF image format" "LGPL" +"image/tiff" "" +"tiff" "tif" "" +"MM *" " z " 100 +"II* " " z" 100 +"II* \020 CR\002 " " z zzz z" 0 + +"/opt/ardour/lib/loaders/libpixbufloader-xpm.so" +"xpm" 4 "gdk-pixbuf" "The XPM image format" "LGPL" +"image/x-xpixmap" "" +"xpm" "" +"/* XPM */" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-ico.so" +"ico" 5 "gdk-pixbuf" "The ICO image format" "LGPL" +"image/x-icon" "image/x-ico" "image/x-win-bitmap" "" +"ico" "cur" "" +" \001 " "zz znz" 100 +" \002 " "zz znz" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-wbmp.so" +"wbmp" 4 "gdk-pixbuf" "The WBMP image format" "LGPL" +"image/vnd.wap.wbmp" "" +"wbmp" "" +" " "zz" 1 +" `" "z " 1 +" @" "z " 1 +" " "z " 1 + +"/opt/ardour/lib/loaders/libpixbufloader-jpeg.so" +"jpeg" 5 "gdk-pixbuf" "The JPEG image format" "LGPL" +"image/jpeg" "" +"jpeg" "jpe" "jpg" "" +"\377\330" "" 100 + +"/opt/ardour/lib/loaders/libpixbufloader-tga.so" +"tga" 4 "gdk-pixbuf" "The Targa image format" "LGPL" +"image/x-tga" "" +"tga" "targa" "" +" \001\001" "x " 100 +" \001\t" "x " 100 +" \002" "xz " 99 +" \003" "xz " 100 +" \n" "xz " 100 +" \v" "xz " 100 + +"/opt/ardour/lib/loaders/libpixbufloader-pnm.so" +"pnm" 4 "gdk-pixbuf" "The PNM/PBM/PGM/PPM image format family" "LGPL" +"image/x-portable-anymap" "image/x-portable-bitmap" "image/x-portable-graymap" "image/x-portable-pixmap" "" +"pnm" "pbm" "pgm" "ppm" "" +"P1" "" 100 +"P2" "" 100 +"P3" "" 100 +"P4" "" 100 +"P5" "" 100 +"P6" "" 100 + + diff --git a/.config/ardour3/instant.xml b/.config/ardour3/instant.xml new file mode 100644 index 0000000..1621b5b --- /dev/null +++ b/.config/ardour3/instant.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/.config/ardour3/pango.modules b/.config/ardour3/pango.modules new file mode 100644 index 0000000..f335b9e --- /dev/null +++ b/.config/ardour3/pango.modules @@ -0,0 +1,35 @@ +# Pango Modules file +# Automatically generated file, do not edit +# +# ModulesPath = /opt/ardour/lib/modules +# +/opt/ardour/lib/modules/pango-tibetan-fc.so TibetanScriptEngineFc PangoEngineShape PangoRenderFc tibetan:* +/opt/ardour/lib/modules/pango-basic-x.so BasicScriptEngineX PangoEngineShape PangoRenderX common: +/opt/ardour/lib/modules/pango-arabic-lang.so ArabicScriptEngineLang PangoEngineLang PangoRenderNone arabic:* +/opt/ardour/lib/modules/pango-khmer-fc.so KhmerScriptEngineFc PangoEngineShape PangoRenderFc khmer:* +/opt/ardour/lib/modules/pango-hangul-fc.so HangulScriptEngineFc PangoEngineShape PangoRenderFc hangul:* +/opt/ardour/lib/modules/pango-arabic-fc.so ArabicScriptEngineFc PangoEngineShape PangoRenderFc arabic:* nko:* +/opt/ardour/lib/modules/pango-basic-fc.so BasicScriptEngineFc PangoEngineShape PangoRenderFc latin:* cyrillic:* greek:* armenian:* georgian:* runic:* ogham:* bopomofo:* cherokee:* coptic:* deseret:* ethiopic:* gothic:* han:* hiragana:* katakana:* old-italic:* canadian-aboriginal:* yi:* braille:* cypriot:* limbu:* osmanya:* shavian:* linear-b:* ugaritic:* glagolitic:* cuneiform:* phoenician:* common: +/opt/ardour/lib/modules/pango-indic-fc.so devaScriptEngineFc PangoEngineShape PangoRenderFc devanagari:* +/opt/ardour/lib/modules/pango-indic-fc.so bengScriptEngineFc PangoEngineShape PangoRenderFc bengali:* +/opt/ardour/lib/modules/pango-indic-fc.so guruScriptEngineFc PangoEngineShape PangoRenderFc gurmukhi:* +/opt/ardour/lib/modules/pango-indic-fc.so gujrScriptEngineFc PangoEngineShape PangoRenderFc gujarati:* +/opt/ardour/lib/modules/pango-indic-fc.so oryaScriptEngineFc PangoEngineShape PangoRenderFc oriya:* +/opt/ardour/lib/modules/pango-indic-fc.so tamlScriptEngineFc PangoEngineShape PangoRenderFc tamil:* +/opt/ardour/lib/modules/pango-indic-fc.so teluScriptEngineFc PangoEngineShape PangoRenderFc telugu:* +/opt/ardour/lib/modules/pango-indic-fc.so kndaScriptEngineFc PangoEngineShape PangoRenderFc kannada:* +/opt/ardour/lib/modules/pango-indic-fc.so mlymScriptEngineFc PangoEngineShape PangoRenderFc malayalam:* +/opt/ardour/lib/modules/pango-indic-fc.so sinhScriptEngineFc PangoEngineShape PangoRenderFc sinhala:* +/opt/ardour/lib/modules/pango-hebrew-fc.so HebrewScriptEngineFc PangoEngineShape PangoRenderFc hebrew:* +/opt/ardour/lib/modules/pango-thai-fc.so ThaiScriptEngineFc PangoEngineShape PangoRenderFc thai:* lao:* +/opt/ardour/lib/modules/pango-syriac-fc.so SyriacScriptEngineFc PangoEngineShape PangoRenderFc syriac:* +/opt/ardour/lib/modules/pango-indic-lang.so devaIndicScriptEngineLang PangoEngineLang PangoRenderNone devanagari:* +/opt/ardour/lib/modules/pango-indic-lang.so bengIndicScriptEngineLang PangoEngineLang PangoRenderNone bengali:* +/opt/ardour/lib/modules/pango-indic-lang.so guruIndicScriptEngineLang PangoEngineLang PangoRenderNone gurmukhi:* +/opt/ardour/lib/modules/pango-indic-lang.so gujrIndicScriptEngineLang PangoEngineLang PangoRenderNone gujarati:* +/opt/ardour/lib/modules/pango-indic-lang.so oryaIndicScriptEngineLang PangoEngineLang PangoRenderNone oriya:* +/opt/ardour/lib/modules/pango-indic-lang.so tamlIndicScriptEngineLang PangoEngineLang PangoRenderNone tamil:* +/opt/ardour/lib/modules/pango-indic-lang.so teluIndicScriptEngineLang PangoEngineLang PangoRenderNone telugu:* +/opt/ardour/lib/modules/pango-indic-lang.so kndaIndicScriptEngineLang PangoEngineLang PangoRenderNone kannada:* +/opt/ardour/lib/modules/pango-indic-lang.so mlymIndicScriptEngineLang PangoEngineLang PangoRenderNone malayalam:* +/opt/ardour/lib/modules/pango-indic-lang.so sinhIndicScriptEngineLang PangoEngineLang PangoRenderNone sinhala:* diff --git a/.config/ardour3/pango.rc b/.config/ardour3/pango.rc new file mode 100644 index 0000000..0ae8270 --- /dev/null +++ b/.config/ardour3/pango.rc @@ -0,0 +1,2 @@ +[Pango] +ModuleFiles=/home/dave/.config/ardour3/pango.modules diff --git a/.config/ardour3/plugin_statuses b/.config/ardour3/plugin_statuses new file mode 100644 index 0000000..2bd3f51 --- /dev/null +++ b/.config/ardour3/plugin_statuses @@ -0,0 +1,58 @@ +LXVST Favorite 1515476290 +LXVST Favorite 1515405652 +LXVST Favorite 1515015474 +LXVST Favorite 1515012944 +LXVST Favorite 1514615601 +LXVST Favorite 1514492210 +LXVST Favorite 1514360882 +LXVST Favorite 1514360144 +LV2 Favorite urn:juce:TalReverb +LV2 Favorite https://github.com/asb2m10/dexed +LV2 Favorite http://yoshimi.sourceforge.net/lv2_plugin +LV2 Favorite http://www.drowaudio.co.uk/audio/audio_plugins/tremolo +LV2 Favorite http://plugin.org.uk/swh-plugins/split +LV2 Favorite http://nedko.arnaudov.name/ssg/1 +LV2 Favorite http://linuxsampler.org/plugins/linuxsampler +LV2 Favorite http://kunz.corrupt.ch/products/tal-noisemaker +LV2 Favorite http://guitarix.sourceforge.net/plugins/gx_tremolo#_tremolo +LV2 Favorite http://guitarix.sourceforge.net/plugins/gx_switched_tremolo_#_switched_tremolo_ +LV2 Favorite http://guitarix.sourceforge.net/plugins/gx_room_simulator_#_room_simulator_ +LV2 Favorite http://elephly.net/lv2/mdaPiano +LV2 Favorite http://calf.sourceforge.net/plugins/Wavetable +LV2 Favorite http://calf.sourceforge.net/plugins/VintageDelay +LV2 Favorite http://calf.sourceforge.net/plugins/StereoTools +LV2 Favorite http://calf.sourceforge.net/plugins/Sidechaingate +LV2 Favorite http://calf.sourceforge.net/plugins/Sidechaincompressor +LV2 Favorite http://calf.sourceforge.net/plugins/Saturator +LV2 Favorite http://calf.sourceforge.net/plugins/RotarySpeaker +LV2 Favorite http://calf.sourceforge.net/plugins/Reverb +LV2 Favorite http://calf.sourceforge.net/plugins/Pulsator +LV2 Favorite http://calf.sourceforge.net/plugins/Phaser +LV2 Favorite http://calf.sourceforge.net/plugins/Organ +LV2 Favorite http://calf.sourceforge.net/plugins/Multibandlimiter +LV2 Favorite http://calf.sourceforge.net/plugins/Multibandgate +LV2 Favorite http://calf.sourceforge.net/plugins/Multibandcompressor +LV2 Favorite http://calf.sourceforge.net/plugins/MultiChorus +LV2 Favorite http://calf.sourceforge.net/plugins/Monosynth +LV2 Favorite http://calf.sourceforge.net/plugins/MonoInput +LV2 Favorite http://calf.sourceforge.net/plugins/Limiter +LV2 Favorite http://calf.sourceforge.net/plugins/Gate +LV2 Favorite http://calf.sourceforge.net/plugins/Fluidsynth +LV2 Favorite http://calf.sourceforge.net/plugins/Flanger +LV2 Favorite http://calf.sourceforge.net/plugins/Filterclavier +LV2 Favorite http://calf.sourceforge.net/plugins/Filter +LV2 Favorite http://calf.sourceforge.net/plugins/Exciter +LV2 Favorite http://calf.sourceforge.net/plugins/Equalizer8Band +LV2 Favorite http://calf.sourceforge.net/plugins/Equalizer5Band +LV2 Favorite http://calf.sourceforge.net/plugins/Equalizer12Band +LV2 Favorite http://calf.sourceforge.net/plugins/Deesser +LV2 Favorite http://calf.sourceforge.net/plugins/Compressor +LV2 Favorite http://calf.sourceforge.net/plugins/BassEnhancer +LV2 Favorite http://calf.sourceforge.net/plugins/Analyzer +LADSPA Favorite 1515476290 +LADSPA Favorite 1515015474 +LADSPA Favorite 1515012944 +LADSPA Favorite 1514615601 +LADSPA Favorite 1514492210 +LADSPA Favorite 1514360882 +LADSPA Favorite 1514360144 diff --git a/.config/ardour3/templates/2014_Deviser_Synth_And_Microphones/2014_Deviser_Synth_And_Microphones.template b/.config/ardour3/templates/2014_Deviser_Synth_And_Microphones/2014_Deviser_Synth_And_Microphones.template new file mode 100644 index 0000000..fa7bd07 --- /dev/null +++ b/.config/ardour3/templates/2014_Deviser_Synth_And_Microphones/2014_Deviser_Synth_And_Microphones.template @@ -0,0 +1,678 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2 From 3f6ffc7a36e3b6e3a6c55254a1d6dc399ecc81ec Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 00:28:52 +0100 Subject: pavucontrol.ini: Adding standard window size --- .config/pavucontrol.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/pavucontrol.ini diff --git a/.config/pavucontrol.ini b/.config/pavucontrol.ini new file mode 100644 index 0000000..5931a51 --- /dev/null +++ b/.config/pavucontrol.ini @@ -0,0 +1,3 @@ +[window] +width=960 +height=600 -- cgit v1.2.3-70-g09d2 From 5d3b5f3dbaea2017088f427eddcd80cd749c136c Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 01:00:35 +0100 Subject: .config/systemd: Adding current systemd --user setup. --- .config/systemd/user/default.target.wants/compton.service | 1 + .config/systemd/user/default.target.wants/dbus.socket | 1 + .config/systemd/user/default.target.wants/monitoring.service | 1 + .config/systemd/user/default.target.wants/mpd.service | 1 + .config/systemd/user/default.target.wants/redshift.service | 1 + .config/systemd/user/default.target.wants/stop-screensaver.timer | 1 + .config/systemd/user/default.target.wants/syndaemon.service | 1 + .config/systemd/user/default.target.wants/systemd-analyze-plot.service | 1 + .config/systemd/user/default.target.wants/tmux.service | 1 + .config/systemd/user/sockets.target.wants/pulseaudio.socket | 1 + 10 files changed, 10 insertions(+) create mode 120000 .config/systemd/user/default.target.wants/compton.service create mode 120000 .config/systemd/user/default.target.wants/dbus.socket create mode 120000 .config/systemd/user/default.target.wants/monitoring.service create mode 120000 .config/systemd/user/default.target.wants/mpd.service create mode 120000 .config/systemd/user/default.target.wants/redshift.service create mode 120000 .config/systemd/user/default.target.wants/stop-screensaver.timer create mode 120000 .config/systemd/user/default.target.wants/syndaemon.service create mode 120000 .config/systemd/user/default.target.wants/systemd-analyze-plot.service create mode 120000 .config/systemd/user/default.target.wants/tmux.service create mode 120000 .config/systemd/user/sockets.target.wants/pulseaudio.socket diff --git a/.config/systemd/user/default.target.wants/compton.service b/.config/systemd/user/default.target.wants/compton.service new file mode 120000 index 0000000..ffd8e1b --- /dev/null +++ b/.config/systemd/user/default.target.wants/compton.service @@ -0,0 +1 @@ +/etc/systemd/user/compton.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/dbus.socket b/.config/systemd/user/default.target.wants/dbus.socket new file mode 120000 index 0000000..d2513af --- /dev/null +++ b/.config/systemd/user/default.target.wants/dbus.socket @@ -0,0 +1 @@ +/etc/systemd/user/dbus.socket \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/monitoring.service b/.config/systemd/user/default.target.wants/monitoring.service new file mode 120000 index 0000000..98fac58 --- /dev/null +++ b/.config/systemd/user/default.target.wants/monitoring.service @@ -0,0 +1 @@ +/etc/systemd/user/monitoring.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/mpd.service b/.config/systemd/user/default.target.wants/mpd.service new file mode 120000 index 0000000..0524f66 --- /dev/null +++ b/.config/systemd/user/default.target.wants/mpd.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/mpd.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/redshift.service b/.config/systemd/user/default.target.wants/redshift.service new file mode 120000 index 0000000..a9cf4c7 --- /dev/null +++ b/.config/systemd/user/default.target.wants/redshift.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/redshift.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/stop-screensaver.timer b/.config/systemd/user/default.target.wants/stop-screensaver.timer new file mode 120000 index 0000000..33588c9 --- /dev/null +++ b/.config/systemd/user/default.target.wants/stop-screensaver.timer @@ -0,0 +1 @@ +/etc/systemd/user/stop-screensaver.timer \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/syndaemon.service b/.config/systemd/user/default.target.wants/syndaemon.service new file mode 120000 index 0000000..24a3281 --- /dev/null +++ b/.config/systemd/user/default.target.wants/syndaemon.service @@ -0,0 +1 @@ +/etc/systemd/user/syndaemon.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/systemd-analyze-plot.service b/.config/systemd/user/default.target.wants/systemd-analyze-plot.service new file mode 120000 index 0000000..90ff8ef --- /dev/null +++ b/.config/systemd/user/default.target.wants/systemd-analyze-plot.service @@ -0,0 +1 @@ +/etc/systemd/user/systemd-analyze-plot.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/tmux.service b/.config/systemd/user/default.target.wants/tmux.service new file mode 120000 index 0000000..015d1c0 --- /dev/null +++ b/.config/systemd/user/default.target.wants/tmux.service @@ -0,0 +1 @@ +/etc/systemd/user/tmux.service \ No newline at end of file diff --git a/.config/systemd/user/sockets.target.wants/pulseaudio.socket b/.config/systemd/user/sockets.target.wants/pulseaudio.socket new file mode 120000 index 0000000..b166523 --- /dev/null +++ b/.config/systemd/user/sockets.target.wants/pulseaudio.socket @@ -0,0 +1 @@ +/usr/lib/systemd/user/pulseaudio.socket \ No newline at end of file -- cgit v1.2.3-70-g09d2 From fc179c0d320f8c608b675f0c8402f2dcf06adeea Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 18:32:40 +0100 Subject: shotwell: Adding symlink for configuration. --- .local/share/shotwell | 1 + 1 file changed, 1 insertion(+) create mode 120000 .local/share/shotwell diff --git a/.local/share/shotwell b/.local/share/shotwell new file mode 120000 index 0000000..e497ac3 --- /dev/null +++ b/.local/share/shotwell @@ -0,0 +1 @@ +/mnt/photos/shotwell \ No newline at end of file -- cgit v1.2.3-70-g09d2 From 99f8ef9e69c7381cd83bff930adff3df3f4956be Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 19:10:15 +0100 Subject: .config/mpd/folders: Adding default folders for mpd. --- .config/mpd/folders/Artists | 1 + .config/mpd/folders/Various Artists | 1 + 2 files changed, 2 insertions(+) create mode 120000 .config/mpd/folders/Artists create mode 120000 .config/mpd/folders/Various Artists diff --git a/.config/mpd/folders/Artists b/.config/mpd/folders/Artists new file mode 120000 index 0000000..a2225ce --- /dev/null +++ b/.config/mpd/folders/Artists @@ -0,0 +1 @@ +/mnt/music/Artists \ No newline at end of file diff --git a/.config/mpd/folders/Various Artists b/.config/mpd/folders/Various Artists new file mode 120000 index 0000000..d21d487 --- /dev/null +++ b/.config/mpd/folders/Various Artists @@ -0,0 +1 @@ +/mnt/music/Various Artists \ No newline at end of file -- cgit v1.2.3-70-g09d2 From 3081a9b166a27635fc982e70b3ae7073c9b1c44a Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 19:32:14 +0100 Subject: profile-cleaner.conf: Adding standard setting for profile cleaner (dark background) --- .config/profile-cleaner.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/profile-cleaner.conf diff --git a/.config/profile-cleaner.conf b/.config/profile-cleaner.conf new file mode 100644 index 0000000..470cc00 --- /dev/null +++ b/.config/profile-cleaner.conf @@ -0,0 +1,9 @@ +# +# /home/dave/.config/profile-cleaner.conf +# + +# Define the background of your terminal theme here. +# A setting of dark will produce colors that nicely contrast a dark background. +# A setting of light will produce colors that nicely contrast a light background. +COLORS=dark +#COLORS=light -- cgit v1.2.3-70-g09d2 From 42174a98e4e94e5405df2475af0d6581b9b02d93 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 19:49:30 +0100 Subject: .rtorrent.rc: Adding rtorrent configuration file --- .rtorrent.rc | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 .rtorrent.rc diff --git a/.rtorrent.rc b/.rtorrent.rc new file mode 100644 index 0000000..bd60122 --- /dev/null +++ b/.rtorrent.rc @@ -0,0 +1,106 @@ +# This is an example resource file for rTorrent. Copy to +# ~/.rtorrent.rc and enable/modify the options as needed. Remember to +# uncomment the options you wish to enable. + +# Maximum and minimum number of peers to connect to per torrent. +min_peers = 40 +max_peers = 100 + +# Same as above but for seeding completed torrents (-1 = same as downloading) +min_peers_seed = 5 +max_peers_seed = 20 + +# Maximum number of simultanious uploads per torrent. +max_uploads = 5 + +# Global upload and download rate in KiB. "0" for unlimited. +download_rate = 0 +upload_rate = 30 + +# Default directory to save the downloaded torrents. +directory = /home/dave/Downloads/rtorrent/tmp + +# Default session directory. Make sure you don't run multiple instance +# of rtorrent using the same session directory. Perhaps using a +# relative path? +session = /home/dave/Downloads/rtorrent/session + +# Watch a directory for new torrents, and stop those that have been +# deleted. + +#schedule = watch_directory,5,5,load_start=./watch/\*.torrent +#schedule = untied_directory,5,5,stop_untied= + +schedule = watch_directory_all,10,10,"load_start=/home/dave/Downloads/*.torrent,d.set_custom1=/home/dave/Downloads/" + +# On completion, move the torrent to the directory from custom1. +system.method.set_key = event.download.finished,move_complete,"d.set_directory=$d.get_custom1=;execute=mv,-u,$d.get_base_path=,$d.get_custom1=" +#on_finished = move_complete,"d.set_directory=$d.get_custom1= ;execute=mv,-u,$d.get_base_path=,$d.get_custom1=" + +# Close torrents when diskspace is low. +schedule = low_diskspace,5,60,close_low_diskspace=100M + +# Stop torrents when reaching upload ratio in percent, +# when also reaching total upload in bytes, or when +# reaching final upload ratio in percent. +# example: stop at ratio 2.0 with at least 200 MB uploaded, or else ratio 20.0 +#schedule = ratio,60,60,"stop_on_ratio=200,200M,2000" + +# Port range to use for listening. +port_range = 6890-6892 + +# Start opening ports at a random position within the port range. +port_random = no + +# Check hash for finished torrents. Might be usefull until the bug is +# fixed that causes lack of diskspace not to be properly reported. +check_hash = yes + +# Set whetever the client should try to connect to UDP trackers. +use_udp_trackers = yes + +# Alternative calls to bind and ip that should handle dynamic ip's. +#schedule = ip_tick,0,1800,ip=rakshasa +#schedule = bind_tick,0,1800,bind=rakshasa + +# Encryption options, set to none (default) or any combination of the following: +# allow_incoming, try_outgoing, require, require_RC4, enable_retry, prefer_plaintext +# +# The example value allows incoming encrypted connections, starts unencrypted +# outgoing connections but retries with encryption if they fail, preferring +# plaintext to RC4 encryption after the encrypted handshake +# +encryption = allow_incoming,enable_retry,prefer_plaintext + +# Enable DHT support for trackerless torrents or when all trackers are down. +# May be set to "disable" (completely disable DHT), "off" (do not start DHT), +# "auto" (start and stop DHT as needed), or "on" (start DHT immediately). +# The default is "off". For DHT to work, a session directory must be defined. +# +dht = auto + +# UDP port to use for DHT. +# +dht_port = 6893 + +# Enable peer exchange (for torrents not marked private) +# +peer_exchange = yes + +# +# Do not modify the following parameters unless you know what you're doing. +# + +# Hash read-ahead controls how many MB to request the kernel to read +# ahead. If the value is too low the disk may not be fully utilized, +# while if too high the kernel might not be able to keep the read +# pages in memory thus end up trashing. +#hash_read_ahead = 10 + +# Interval between attempts to check the hash, in milliseconds. +#hash_interval = 100 + +# Number of attempts to check the hash while using the mincore status, +# before forcing. Overworked systems might need lower values to get a +# decent hash checking rate. +#hash_max_tries = 10 -- cgit v1.2.3-70-g09d2 From 9a9e265012677db15ec2d48c04243292068eb6ce Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 20:40:05 +0100 Subject: .Xresources: Removing double entry for background --- .Xresources | 1 - 1 file changed, 1 deletion(-) diff --git a/.Xresources b/.Xresources index 313d17b..7ea2fa7 100644 --- a/.Xresources +++ b/.Xresources @@ -62,7 +62,6 @@ URxvt*boldItalicFont : xft:Monaco for Monospace:bold:italic:size=9 !! URxvt COLORS--------------------------------------------------------- URxvt*depth : 32 URxvt.foreground : #a4b6bd -URxvt*background : rgba:0000/0000/0000/bbbb URxvt*background : [95]#000000 URxvt.fading : 15 URxvt.fadeColor : #121212 -- cgit v1.2.3-70-g09d2 From 2cf1ca8d92c9a46581baaa28312495b7edc5aed4 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 20:40:56 +0100 Subject: termite/config: Explicitly adding firefox as browser, so clickable URLs will work --- .config/termite/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/termite/config b/.config/termite/config index 877362c..b1158e3 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -20,7 +20,7 @@ cursor_blink = system cursor_shape = ibeam # $BROWSER is used by default -#browser = firefox +browser = firefox # set size hints for the window #size_hints = false -- cgit v1.2.3-70-g09d2 From 11e65a94c4001233a20a7438bb48f6dac8ecd61d Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 20:42:27 +0100 Subject: .fonts.conf: Adding a custom fontconfig cache dir, so .cache can be a tmpfs and won't need a symlink to the fontconfig directory. --- .fonts.conf | 1 + 1 file changed, 1 insertion(+) create mode 120000 .fonts.conf diff --git a/.fonts.conf b/.fonts.conf new file mode 120000 index 0000000..54d75ab --- /dev/null +++ b/.fonts.conf @@ -0,0 +1 @@ +/home/dave/.config/fontconfig/fonts.conf \ No newline at end of file -- cgit v1.2.3-70-g09d2 From edfad3a7929182f39f19a75d0290678cbf100ccd Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 20:44:10 +0100 Subject: .fonts.conf: Adding a custom fontconfig cache dir, so .cache can be a tmpfs and won't need a symlink to the fontconfig directory. --- .config/fontconfig/fonts.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .config/fontconfig/fonts.conf diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..72cb90a --- /dev/null +++ b/.config/fontconfig/fonts.conf @@ -0,0 +1,7 @@ + + + + + ~/.local/share/fontconfig + + -- cgit v1.2.3-70-g09d2 From 4810c41890c168abde1592097af218c57d325f9b Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 20:44:41 +0100 Subject: .fonts: Removing top level configuration. --- .fonts.conf | 1 - 1 file changed, 1 deletion(-) delete mode 120000 .fonts.conf diff --git a/.fonts.conf b/.fonts.conf deleted file mode 120000 index 54d75ab..0000000 --- a/.fonts.conf +++ /dev/null @@ -1 +0,0 @@ -/home/dave/.config/fontconfig/fonts.conf \ No newline at end of file -- cgit v1.2.3-70-g09d2 From 9e8d294a80e8ba973fb703cecfa2ef5ca9d1bc80 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 20:56:45 +0100 Subject: fonts.conf: Updating to a correct path structure. --- .config/fontconfig/fonts.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf index 72cb90a..baef22e 100644 --- a/.config/fontconfig/fonts.conf +++ b/.config/fontconfig/fonts.conf @@ -1,7 +1,5 @@ - - ~/.local/share/fontconfig - + ~/.local/share/fontconfig -- cgit v1.2.3-70-g09d2 From fb3ffd240ca737474793beb2f0027e7783f3cdd3 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 6 Mar 2015 21:18:05 +0100 Subject: .gitignore: Removing some unneeded stuff that has been added to the repo. --- .gitignore | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 9a4e45b..1b10e17 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ Session.vim # Files/folders that appear in my home # ---------------------------------------------------------------------------------------------- +Desktop/ Documents/ Downloads/ Dropbox/ @@ -43,7 +44,6 @@ backup/ build/ git/ ownCloud/ -yankring_history_v2.txt svn/ .ICEauthority @@ -63,6 +63,7 @@ svn/ .bash_login .bash_logout .bash_profile +.bashburn_history .bashrc .benutzerordnung .bundle/ @@ -80,6 +81,7 @@ svn/ .config/Fidra/ .config/ImageMagick/ .config/MusE/ +.config/Mumble/ .config/MusicBrainz/ .config/QtProject.conf .config/Skype/ @@ -89,7 +91,9 @@ svn/ .config/Thunar/ .config/Trolltech.conf .config/Trolltech/ -.config/ardour3/ +.config/ardour3/recent +.config/ardour3/ardour.bindings +.config/ario .config/asunder .config/aurvote .config/autostart/ @@ -124,7 +128,6 @@ svn/ .config/libreoffice/ .config/lxterminal/ .config/mate/ -.config/mpd/folders/ .config/mpd/mpd.db .config/mpd/mpd.log .config/mpd/mpd.pid @@ -135,9 +138,7 @@ svn/ .config/nautilus-actions/ .config/nautilus/ .config/octave/ -.config/pavucontrol.ini .config/pd-extended/ -.config/profile-cleaner.conf .config/pulse/ .config/pure-data/ .config/q4wine @@ -146,8 +147,6 @@ svn/ .config/smplayer .config/sound-juicer/ .config/synergy-dvzrv.conf -.config/systemd/ -.config/termite/.asound.conf .config/tint2/ .config/user-dirs.locale .config/vlc/ @@ -161,14 +160,12 @@ svn/ .dingrc .dmrc .docear/ -.dropbox-dist/ -.dropbox-master/ -.dropbox/ .dvdcss/ .dvdrip* .e .editrc .electrum/ +.elementary/ .escaped_colors.rb .esd_auth .envtab @@ -202,6 +199,7 @@ svn/ .gtickrc .gtk* .h264enc/ +.hplip/ .htoprc .hugin .hydrogen @@ -217,7 +215,6 @@ svn/ .jsampler/ .kde4/ .keychain/ -.khal/ .kicad .lesshst .lfm_history @@ -247,7 +244,6 @@ svn/ .local/share/mc/ .local/share/mime/ .local/share/recently-used.xbel -.local/share/shotwell .local/share/spacepiratesandzombies/ .local/share/systemd/ .local/share/Trash/ @@ -280,6 +276,7 @@ svn/ .octave_hist .openra .p7zip +.parallel/ .pdextended .pdfedit/ .pdirc @@ -300,7 +297,6 @@ svn/ .recently-used .revenge_of_the_titans/ .revenge_of_the_titans_1.80/ -.rtorrent.rc .rubberband* .rvm/ .sane/ @@ -326,11 +322,13 @@ svn/ .texlive/ .thumbnails/ .thunderbird/ +.tmux/ .tor-browser-en .trousers/ .ts3client/ .tuxguitar-1.2/ .unescaped_colors.rb +.unknown-horizons/ .vdirsyncer/status .vim/backups/ .vim/sessions/ @@ -346,10 +344,10 @@ svn/ .wolf3d/ .wxcam .xine/ +.xournal/ .xsession .xsession-errors .xsession-errors.old -.yadr/ .yankring-history_v2.txt .yaourtrc .zcompcache/ -- cgit v1.2.3-70-g09d2 From a362b1ffd0525a5d0aabb9ee301f2e924f7aa810 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 7 Mar 2015 00:52:36 +0100 Subject: .password-store: Updating password store to latest commits. --- .password-store | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.password-store b/.password-store index d496f27..cab6a97 160000 --- a/.password-store +++ b/.password-store @@ -1 +1 @@ -Subproject commit d496f272fc181ada16f3f81a1222f14e98b3b2b8 +Subproject commit cab6a9759f8dcf7190d76e0e86489ea9f22fe6e9 -- cgit v1.2.3-70-g09d2 From 84aae61d98ea41d45587723c6edffc98cefb40f1 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 10 Mar 2015 16:09:14 +0100 Subject: .autorandr/*: Clean slate for all autorandr profiles. --- .autorandr/external-docked/config | 13 ------------- .autorandr/external-docked/setup | 2 -- .autorandr/external-plugged/config | 14 -------------- .autorandr/external-plugged/setup | 2 -- .autorandr/multi-docked/config | 15 --------------- .autorandr/multi-docked/setup | 2 -- .autorandr/multi-plugged-studio/config | 17 ----------------- .autorandr/multi-plugged-studio/setup | 2 -- .autorandr/multi-plugged/config | 15 --------------- .autorandr/multi-plugged/setup | 2 -- .autorandr/single-docked/config | 13 ------------- .autorandr/single-docked/setup | 1 - 12 files changed, 98 deletions(-) delete mode 100644 .autorandr/external-docked/config delete mode 100644 .autorandr/external-docked/setup delete mode 100644 .autorandr/external-plugged/config delete mode 100644 .autorandr/external-plugged/setup delete mode 100644 .autorandr/multi-docked/config delete mode 100644 .autorandr/multi-docked/setup delete mode 100644 .autorandr/multi-plugged-studio/config delete mode 100644 .autorandr/multi-plugged-studio/setup delete mode 100644 .autorandr/multi-plugged/config delete mode 100644 .autorandr/multi-plugged/setup delete mode 100644 .autorandr/single-docked/config delete mode 100644 .autorandr/single-docked/setup diff --git a/.autorandr/external-docked/config b/.autorandr/external-docked/config deleted file mode 100644 index ea23bae..0000000 --- a/.autorandr/external-docked/config +++ /dev/null @@ -1,13 +0,0 @@ -output eDP1 -off -output VGA1 -off -output DP1 -off -output HDMI1 -off -output DP2 -mode 1920x1200 -pos 0x0 -output HDMI2 -off diff --git a/.autorandr/external-docked/setup b/.autorandr/external-docked/setup deleted file mode 100644 index 4416dfd..0000000 --- a/.autorandr/external-docked/setup +++ /dev/null @@ -1,2 +0,0 @@ -DP2 00ffffffffffff0010ac26a0534d543023110104a53421782a9bb5a95434ae25135054a54b008180a940714fb3000101010101010101283c80a070b023403020360007442100001a000000ff00445234373437385530544d5320000000fc0044454c4c323430375746504843000000fd00384c1e5311000a20202020202000ad -eDP1 00ffffffffffff0006afed3400000000001601049522137802d1159e59539b271e505400000001010101010101010101010101010101b03680b470381e403064310058c1100000180000000f0000000000000000000000000020000000fe0041554f0a202020202020202020000000fe004231353648544e30332e34200a00f6 diff --git a/.autorandr/external-plugged/config b/.autorandr/external-plugged/config deleted file mode 100644 index d3f0f3d..0000000 --- a/.autorandr/external-plugged/config +++ /dev/null @@ -1,14 +0,0 @@ -output eDP1 -off -output VGA1 -off -output DP1 -off -output HDMI1 -primary -mode 1920x1200 -pos 0x0 -output DP2 -off -output HDMI2 -off diff --git a/.autorandr/external-plugged/setup b/.autorandr/external-plugged/setup deleted file mode 100644 index 6aea897..0000000 --- a/.autorandr/external-plugged/setup +++ /dev/null @@ -1,2 +0,0 @@ -eDP1 00ffffffffffff0006afed3400000000001601049522137802d1159e59539b271e505400000001010101010101010101010101010101b03680b470381e403064310058c1100000180000000f0000000000000000000000000020000000fe0041554f0a202020202020202020000000fe004231353648544e30332e34200a00f6 -HDMI1 00ffffffffffff0010ac26a0534d54302311010380342178ee9bb5a95434ae25135054a54b008180a940714fb3000101010101010101283c80a070b023403020360007442100001a000000ff00445234373437385530544d5320000000fc0044454c4c323430375746504843000000fd00384c1e5311000a202020202020000f diff --git a/.autorandr/multi-docked/config b/.autorandr/multi-docked/config deleted file mode 100644 index 4b47a17..0000000 --- a/.autorandr/multi-docked/config +++ /dev/null @@ -1,15 +0,0 @@ -output eDP1 -mode 1920x1080 -pos 1920x0 -output VGA1 -off -output DP1 -off -output HDMI1 -off -output DP2 -mode 1920x1200 -pos 0x0 -primary -output HDMI2 -off diff --git a/.autorandr/multi-docked/setup b/.autorandr/multi-docked/setup deleted file mode 100644 index 4416dfd..0000000 --- a/.autorandr/multi-docked/setup +++ /dev/null @@ -1,2 +0,0 @@ -DP2 00ffffffffffff0010ac26a0534d543023110104a53421782a9bb5a95434ae25135054a54b008180a940714fb3000101010101010101283c80a070b023403020360007442100001a000000ff00445234373437385530544d5320000000fc0044454c4c323430375746504843000000fd00384c1e5311000a20202020202000ad -eDP1 00ffffffffffff0006afed3400000000001601049522137802d1159e59539b271e505400000001010101010101010101010101010101b03680b470381e403064310058c1100000180000000f0000000000000000000000000020000000fe0041554f0a202020202020202020000000fe004231353648544e30332e34200a00f6 diff --git a/.autorandr/multi-plugged-studio/config b/.autorandr/multi-plugged-studio/config deleted file mode 100644 index 3272660..0000000 --- a/.autorandr/multi-plugged-studio/config +++ /dev/null @@ -1,17 +0,0 @@ -output eDP1 -mode 1920x1080 -pos 0x0 -output VGA1 -off -output DP1 -off -output HDMI1 -primary -mode 1920x1200 -pos 1920x0 -output DP2 -off -output HDMI2 -off -output VIRTUAL1 -off diff --git a/.autorandr/multi-plugged-studio/setup b/.autorandr/multi-plugged-studio/setup deleted file mode 100644 index 19d68d0..0000000 --- a/.autorandr/multi-plugged-studio/setup +++ /dev/null @@ -1,2 +0,0 @@ -eDP1 00ffffffffffff0006afed3400000000001601049522137802d1159e59539b271e505400000001010101010101010101010101010101b03680b470381e403064310058c1100000180000000f0000000000000000000000000020000000fe0041554f0a202020202020202020000000fe004231353648544e30332e34200a00f6 -HDMI1 00ffffffffffff004c2d87053736535a18150103803420782aee91a3544c99260f5054230800a9408180814081009500b30001010101283c80a070b023403020360006442100001a000000fd00323f1e5111000a202020202020000000fc0053796e634d61737465720a2020000000ff00484d42423630343539340a202001b102010400023a801871382d40582c450006442100001e023a80d072382d40102c458006442100001e011d007251d01e206e28550006442100001e011d00bc52d01e20b828554006442100001e8c0ad090204031200c4055000644210000188c0ad08a20e02d10103e960006442100001800000000000000000000000000000096 diff --git a/.autorandr/multi-plugged/config b/.autorandr/multi-plugged/config deleted file mode 100644 index abe6292..0000000 --- a/.autorandr/multi-plugged/config +++ /dev/null @@ -1,15 +0,0 @@ -output eDP1 -mode 1920x1080 -pos 1920x0 -output VGA1 -off -output DP1 -off -output HDMI1 -mode 1920x1200 -pos 0x0 -primary -output DP2 -off -output HDMI2 -off diff --git a/.autorandr/multi-plugged/setup b/.autorandr/multi-plugged/setup deleted file mode 100644 index 6aea897..0000000 --- a/.autorandr/multi-plugged/setup +++ /dev/null @@ -1,2 +0,0 @@ -eDP1 00ffffffffffff0006afed3400000000001601049522137802d1159e59539b271e505400000001010101010101010101010101010101b03680b470381e403064310058c1100000180000000f0000000000000000000000000020000000fe0041554f0a202020202020202020000000fe004231353648544e30332e34200a00f6 -HDMI1 00ffffffffffff0010ac26a0534d54302311010380342178ee9bb5a95434ae25135054a54b008180a940714fb3000101010101010101283c80a070b023403020360007442100001a000000ff00445234373437385530544d5320000000fc0044454c4c323430375746504843000000fd00384c1e5311000a202020202020000f diff --git a/.autorandr/single-docked/config b/.autorandr/single-docked/config deleted file mode 100644 index 983e4cb..0000000 --- a/.autorandr/single-docked/config +++ /dev/null @@ -1,13 +0,0 @@ -output eDP1 -mode 1920x1080 -pos 0x0 -output VGA1 -off -output DP1 -off -output HDMI1 -off -output DP2 -off -output HDMI2 -off diff --git a/.autorandr/single-docked/setup b/.autorandr/single-docked/setup deleted file mode 100644 index bc69048..0000000 --- a/.autorandr/single-docked/setup +++ /dev/null @@ -1 +0,0 @@ -eDP1 00ffffffffffff0006afed3400000000001601049522137802d1159e59539b271e505400000001010101010101010101010101010101b03680b470381e403064310058c1100000180000000f0000000000000000000000000020000000fe0041554f0a202020202020202020000000fe004231353648544e30332e34200a00f6 -- cgit v1.2.3-70-g09d2 From b9949cd068f1b27bcd8c9e7518fe7b98e06f7ae2 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 01:29:21 +0100 Subject: Updating irssi settings. --- .irssi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.irssi b/.irssi index cde99ac..dc7cbe0 160000 --- a/.irssi +++ b/.irssi @@ -1 +1 @@ -Subproject commit cde99accbfdb6de6c7fd3c6e99b2d1bf8d37dd1c +Subproject commit dc7cbe0eb2a1f983b2bc28870a90a29afae31b1f -- cgit v1.2.3-70-g09d2 From cef4675b2d177d0d0a1c24a1154a77ea636f9f59 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 17:07:17 +0100 Subject: .compton.conf: Adding MPlayer to comptons exclude lists. --- .config/compton.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.config/compton.conf b/.config/compton.conf index dc15cc4..378058e 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -45,7 +45,8 @@ blur-background-exclude = [ "window_type = 'desktop'", "name *= 'VLC'", "name *= 'Firefox'", - "name *= 'Vimperator'" + "name *= 'Vimperator'", + "name *= 'MPlayer'" ]; # Exclude conditions for background blur. @@ -58,7 +59,8 @@ fade-out-step = 0.03; # Opacity change between steps while fading out. (defaul fade-exclude = [ "name *= 'VLC'", "name *= 'Firefox'", - "name *= 'Vimperator'" + "name *= 'Vimperator'", + "name *= 'MPlayer'" ]; # Exclude conditions for fading. # Other @@ -85,7 +87,8 @@ unredir-if-possible = false; # Unredirect all windows if a full-screen opaque w focus-exclude = [ "name *= 'VLC'", "name *= 'Firefox'", - "name *= 'Vimperator'" + "name *= 'Vimperator'", + "name *= 'MPlayer'" ]; # A list of conditions of windows that should always be considered # focused. detect-transient = true; # Use WM_TRANSIENT_FOR to group windows, and consider windows in -- cgit v1.2.3-70-g09d2 From fdcb79986ee62e4f96a003fa54b29e0502c6877e Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 17:08:08 +0100 Subject: .tmux.conf: Updating colours, incorporating tpm, removing powerline stuff. --- .tmux.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index bf77490..4a87909 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -62,16 +62,16 @@ set -g status-fg white set -g status-bg colour234 set -g pane-border-fg colour245 set -g pane-active-border-fg colour39 -set -g message-fg colour16 +set -g message-fg white set -g message-bg colour221 set -g message-attr bold # set status-interval to 2 for tmux-mem-cpu-load -set -g status-interval 2 -set -g status-left '#[fg=colour235,bg=colour252,bold] #(hostname) #[fg=colour252,bg=colour238,nobold]⮀#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]⮀' -set -g status-right "#[fg=colour235,bg=colour252]⮀#[fg=colour235,bg=colour252,bold] CPU:#{cpu_percentage} #{cpu_icon} Battery:#{battery_percentage} #{battery_icon}#[fg=colour252,bg=colour39]⮀#[fg=colour39,bg=colour234]⮀#[fg=colour39,bg=colour234] %H:%M ⮂" -set -g window-status-format "#[fg=colour235,bg=colour252,bold] #I #W " -set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=black,bg=colour39,noreverse,bold] #I: #W #[fg=colour39,bg=colour234,nobold]⮀" +set -g status-interval 1 +set -g status-left '#[fg=colour235,bg=colour252,bold] #(hostname) #[fg=colour245,bg=colour238,bold] #(whoami) (#S) ' +set -g status-right '#[fg=colour23,bg=colour234]|>#[fg=white,bg=colour234]#{cpu_percentage} #{cpu_icon} #{battery_percentage} #{battery_icon}#[fg=colour23,bg=colour234]<||>#[fg=white,bg=colour234] %H:%M:%S #[fg=colour23,bg=colour234]<|' +set -g window-status-format '#[fg=colour235,bg=colour252,bold] #I: #W ' +set -g window-status-current-format '#[fg=black,bg=colour23,noreverse,bold] #I: #W ' # No escape time for vi mode set -sg escape-time 0 -- cgit v1.2.3-70-g09d2 From 6ad6ecf882153a4c8fe460991f7b6ce59b0a2ff8 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 17:10:12 +0100 Subject: pavucontrol.ini: Removing, as it's going to be rewritten each call anyways. --- .config/pavucontrol.ini | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .config/pavucontrol.ini diff --git a/.config/pavucontrol.ini b/.config/pavucontrol.ini deleted file mode 100644 index 5931a51..0000000 --- a/.config/pavucontrol.ini +++ /dev/null @@ -1,3 +0,0 @@ -[window] -width=960 -height=600 -- cgit v1.2.3-70-g09d2 From 48450296bb0bb71ac7e8b78b729df51001b057cf Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 17:11:01 +0100 Subject: termite/config: Switching to Inconsolata (made available through powerline-fonts-git). --- .config/termite/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/termite/config b/.config/termite/config index b1158e3..16d01da 100644 --- a/.config/termite/config +++ b/.config/termite/config @@ -7,7 +7,7 @@ allow_bold = true dynamic_title = true urgent_on_bell = true clickable_url = true -font = Monospace 9 +font = Inconsolata 10 scrollback_lines = 10000 search_wrap = true icon_name = terminal -- cgit v1.2.3-70-g09d2 From 38e2adaa54ca6e5a08184822eabc738894a73fce Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 17:12:33 +0100 Subject: .vdirsyncer/config: Encapsulating paths with ~ in double quotes, as vdirsyncer creates a weird ~ folder in your home otherwise. --- .vdirsyncer/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vdirsyncer/config b/.vdirsyncer/config index e8ec980..7f04a07 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -4,7 +4,7 @@ # http://vdirsyncer.readthedocs.org/ for the rest of them. [general] # A folder where vdirsyncer can store some metadata about each pair. -status_path = ~/.vdirsyncer/status/ +status_path = "~/.vdirsyncer/status/" password_command = pass2vdirsyncer # CARDDAV @@ -36,7 +36,7 @@ conflict_resolution = "b wins" # A storage references actual data on a remote server or on the local disk. # Similar to repositories in OfflineIMAP. type = filesystem -path = ~/.contacts/ +path = "~/.contacts/" fileext = .vcf [storage dave_contacts_remote] @@ -60,7 +60,7 @@ b = dave_calendar_remote collections = ["contact_birthdays", "private", "unix-pool", "courses", "live", "concerts", "d228"] [storage dave_calendar_local] type = filesystem -path = ~/.calendars/ +path = "~/.calendars/" fileext = .ics [storage dave_calendar_remote] type = caldav -- cgit v1.2.3-70-g09d2 From 57e415a858c86bb21d85a28cac93fbab7156963f Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 17:21:43 +0100 Subject: .vim/addons-settings.vim: Removing powerline support and replacing ugly stuff with ascii characters. --- .vim/addons-settings.vim | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/.vim/addons-settings.vim b/.vim/addons-settings.vim index 77a36aa..234ede3 100644 --- a/.vim/addons-settings.vim +++ b/.vim/addons-settings.vim @@ -80,24 +80,25 @@ autocmd BufRead,BufNewFile *.js set ft=javascript syntax=jquery " ================ lightline settings ================ let g:lightline = { - \ 'colorscheme': 'wombat', - \ 'active': { - \ 'left': [ [ 'mode' ], - \ [ 'fugitive', 'readonly', 'filename', 'modified' ] ] - \ }, - \ 'component': { - \ 'readonly': '%{&readonly?"⭤":""}', - \ 'fugitive': '%{exists("*fugitive#head")?fugitive#head():""}' - \ }, - \ 'component_visible_condition': { - \ 'fugitive': '(exists("*fugitive#head") && ""!=fugitive#head())' - \ }, - \ 'separator': { 'left': '⮀', 'right': '⮂' }, - \ 'subseparator': { 'left': '⮁', 'right': '⮃' } - \ } + \ 'colorscheme': 'solarized', + \ 'active': { + \ 'left': [ [ 'mode' ], + \ [ 'fugitive', 'readonly', 'filename', 'modified' ] ] + \ }, + \ 'component': { + \ 'readonly': '%{&readonly?"x":""}', + \ 'fugitive': '%{exists("*fugitive#head")?fugitive#head():""}' + \ }, + \ 'component_visible_condition': { + \ 'fugitive': '(exists("*fugitive#head") && ""!=fugitive#head())' + \ }, + \ 'separator': { 'left': '', 'right': '' }, + \ 'subseparator': { 'left': '|', 'right': '|' } + \ } set laststatus=2 + " ================ nerdtree-tabs settings ================ " Auto open nerd tree on startup let g:nerdtree_tabs_open_on_gui_startup = 0 -- cgit v1.2.3-70-g09d2 From ef381139ca73f54241361b765b1425b286dd5226 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 17:31:22 +0100 Subject: .irssi: Updating .irssi submodule to latest commit. --- .irssi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.irssi b/.irssi index dc7cbe0..3e5e75e 160000 --- a/.irssi +++ b/.irssi @@ -1 +1 @@ -Subproject commit dc7cbe0eb2a1f983b2bc28870a90a29afae31b1f +Subproject commit 3e5e75ef876861969f8f180881d2e177893dbbc9 -- cgit v1.2.3-70-g09d2 From 1c2eee2f51ded88b73ff9654f900ae76bf5f78d1 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 17:40:50 +0100 Subject: .zprezto: Updating to c34098af20cafdf016f68f3e7f612ed60ca93aa1 --- .zprezto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprezto b/.zprezto index d43bcb9..c34098a 160000 --- a/.zprezto +++ b/.zprezto @@ -1 +1 @@ -Subproject commit d43bcb972091878efa3692100e8479fb887332f5 +Subproject commit c34098af20cafdf016f68f3e7f612ed60ca93aa1 -- cgit v1.2.3-70-g09d2 From ee3595f9db37e9d28f1d5e85762e788f93b8a9f4 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 17:48:24 +0100 Subject: .gitignore: Adding some now unneeded stuff that will popup from time to time. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1b10e17..0c32385 100644 --- a/.gitignore +++ b/.gitignore @@ -97,6 +97,7 @@ svn/ .config/asunder .config/aurvote .config/autostart/ +.config/autorandr/ .config/awesome/ .config/brasero/ .config/calibre/ @@ -114,6 +115,7 @@ svn/ .config/geeqie/ .config/ghb/ .config/goobox/ +.config/gsmartcontrol/ .config/gtk-2.0/ .config/guitarix/ .config/htop/ @@ -138,6 +140,7 @@ svn/ .config/nautilus-actions/ .config/nautilus/ .config/octave/ +.config/pavucontrol.ini .config/pd-extended/ .config/pulse/ .config/pure-data/ @@ -338,6 +341,7 @@ svn/ .vimperator/ .vimpressrc .viminfo +.viminfo.tmp .vmoviedb/ .wine .wireshark/ -- cgit v1.2.3-70-g09d2 From c377702f4c9cb27df06ae534c185ed25ab9c6262 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 17:54:16 +0100 Subject: .irssi: Removing irssi as gitmodule, adding it to .gitignore (so it can be added again, without being a gitmodule). --- .gitignore | 4 +--- .gitmodules | 4 ---- .irssi | 1 - 3 files changed, 1 insertion(+), 8 deletions(-) delete mode 160000 .irssi diff --git a/.gitignore b/.gitignore index 0c32385..14138d8 100644 --- a/.gitignore +++ b/.gitignore @@ -208,9 +208,7 @@ svn/ .hydrogen .icedtea/ .inkscape/ -.irssi/config.* -.irssi/logs/ -.irssi/away.log +.irssi/ .iscan_preference .jackdrc .java/ diff --git a/.gitmodules b/.gitmodules index 2dfb368..958a616 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,10 +2,6 @@ path = .zprezto url = https://github.com/sorin-ionescu/prezto branch = master -[submodule ".irssi"] - path = .irssi - url = git@sleepmap.de:irssi - branch = master [submodule ".password-store"] path = .password-store url = git@sleepmap.de:password-store diff --git a/.irssi b/.irssi deleted file mode 160000 index 3e5e75e..0000000 --- a/.irssi +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3e5e75ef876861969f8f180881d2e177893dbbc9 -- cgit v1.2.3-70-g09d2 From 78d47f7aca8e4f47c0d6714a7cb0095ff1975e07 Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 11 Mar 2015 18:50:24 +0100 Subject: export.zsh: Don't use /run/user/ directory for roots TMUX_TMPDIR. --- .zsh.after/export.zsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh index f2b2d9a..a602d79 100644 --- a/.zsh.after/export.zsh +++ b/.zsh.after/export.zsh @@ -40,4 +40,6 @@ fi # Explicitely starting gpg-agent in the background gpgconf --launch gpg-agent -export TMUX_TMPDIR="/run/user/$UID/tmux/" +if [[ $UID -ne 0 ]]; then + export TMUX_TMPDIR="/run/user/$UID/tmux/" +fi -- cgit v1.2.3-70-g09d2 From 534aca2f395c3840c2a669a8654a3e9aecbc6f9f Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 20 Mar 2015 00:25:47 +0100 Subject: .config/systemd/user/default.target.wants/*: Deleting all user services. Not good to have them started as root. --- .config/systemd/user/default.target.wants/compton.service | 1 - .config/systemd/user/default.target.wants/dbus.socket | 1 - .config/systemd/user/default.target.wants/monitoring.service | 1 - .config/systemd/user/default.target.wants/mpd.service | 1 - .config/systemd/user/default.target.wants/redshift.service | 1 - .config/systemd/user/default.target.wants/stop-screensaver.timer | 1 - .config/systemd/user/default.target.wants/syndaemon.service | 1 - .config/systemd/user/default.target.wants/systemd-analyze-plot.service | 1 - .config/systemd/user/default.target.wants/tmux.service | 1 - 9 files changed, 9 deletions(-) delete mode 120000 .config/systemd/user/default.target.wants/compton.service delete mode 120000 .config/systemd/user/default.target.wants/dbus.socket delete mode 120000 .config/systemd/user/default.target.wants/monitoring.service delete mode 120000 .config/systemd/user/default.target.wants/mpd.service delete mode 120000 .config/systemd/user/default.target.wants/redshift.service delete mode 120000 .config/systemd/user/default.target.wants/stop-screensaver.timer delete mode 120000 .config/systemd/user/default.target.wants/syndaemon.service delete mode 120000 .config/systemd/user/default.target.wants/systemd-analyze-plot.service delete mode 120000 .config/systemd/user/default.target.wants/tmux.service diff --git a/.config/systemd/user/default.target.wants/compton.service b/.config/systemd/user/default.target.wants/compton.service deleted file mode 120000 index ffd8e1b..0000000 --- a/.config/systemd/user/default.target.wants/compton.service +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/user/compton.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/dbus.socket b/.config/systemd/user/default.target.wants/dbus.socket deleted file mode 120000 index d2513af..0000000 --- a/.config/systemd/user/default.target.wants/dbus.socket +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/user/dbus.socket \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/monitoring.service b/.config/systemd/user/default.target.wants/monitoring.service deleted file mode 120000 index 98fac58..0000000 --- a/.config/systemd/user/default.target.wants/monitoring.service +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/user/monitoring.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/mpd.service b/.config/systemd/user/default.target.wants/mpd.service deleted file mode 120000 index 0524f66..0000000 --- a/.config/systemd/user/default.target.wants/mpd.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/user/mpd.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/redshift.service b/.config/systemd/user/default.target.wants/redshift.service deleted file mode 120000 index a9cf4c7..0000000 --- a/.config/systemd/user/default.target.wants/redshift.service +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/systemd/user/redshift.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/stop-screensaver.timer b/.config/systemd/user/default.target.wants/stop-screensaver.timer deleted file mode 120000 index 33588c9..0000000 --- a/.config/systemd/user/default.target.wants/stop-screensaver.timer +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/user/stop-screensaver.timer \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/syndaemon.service b/.config/systemd/user/default.target.wants/syndaemon.service deleted file mode 120000 index 24a3281..0000000 --- a/.config/systemd/user/default.target.wants/syndaemon.service +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/user/syndaemon.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/systemd-analyze-plot.service b/.config/systemd/user/default.target.wants/systemd-analyze-plot.service deleted file mode 120000 index 90ff8ef..0000000 --- a/.config/systemd/user/default.target.wants/systemd-analyze-plot.service +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/user/systemd-analyze-plot.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/tmux.service b/.config/systemd/user/default.target.wants/tmux.service deleted file mode 120000 index 015d1c0..0000000 --- a/.config/systemd/user/default.target.wants/tmux.service +++ /dev/null @@ -1 +0,0 @@ -/etc/systemd/user/tmux.service \ No newline at end of file -- cgit v1.2.3-70-g09d2