From 63683242df67b8dba2214f1ed469ed1dda9cd15d Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 11 Mar 2016 10:29:13 +0100 Subject: .config/gtk-3.0/settings.ini: Removing dark-theme settings, as they make fields in browsers unusable. Thx gnome! --- .config/gtk-3.0/settings.ini | 2 -- 1 file changed, 2 deletions(-) (limited to '.config') diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 39ca34a..d88b031 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -1,6 +1,4 @@ [Settings] -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-54-g00ecf From 2bfc1932b9f92917b3c55373fbb1e256c6ab443c Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 11 Mar 2016 11:01:21 +0100 Subject: .config/conky/side: Changing to execpi for dig launch. --- .config/conky/side | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/conky/side b/.config/conky/side index 830e407..5defca8 100755 --- a/.config/conky/side +++ b/.config/conky/side @@ -92,7 +92,7 @@ ${color5} Network:\ ${if_up wlp3s0} ${color1} wlp3s0: ${color3}${addr wlp3s0} ${color1} net: ${color3}${exec iwgetid | cut -d ":" -f2} -${color1} ext: ${color3}${exec dig +short myip.opendns.com @resolver1.opendns.com} +${color1} ext: ${color3}${execpi 360 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 -- cgit v1.2.3-54-g00ecf From 208dbfe4b14148d9473cf3be5e590f420ba5526d Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 11 Mar 2016 11:04:38 +0100 Subject: .config/psd/.psd.conf: Removing backup from the index --- .config/psd/.psd.conf | 67 --------------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 .config/psd/.psd.conf (limited to '.config') diff --git a/.config/psd/.psd.conf b/.config/psd/.psd.conf deleted file mode 100644 index 68c26c5..0000000 --- a/.config/psd/.psd.conf +++ /dev/null @@ -1,67 +0,0 @@ -# -# $XDG_HOME_CONFIG/psd/psd.conf -# -# For documentation, refer to the psd man page or the wiki page -# https://wiki.archlinux.org/index.php/Profile-sync-daemon - -## NOTE the following: -## To protect data from corruption, in the event that you do make an edit while -## psd is active, any changes made will be applied the next time you start psd. - -# Uncomment and set to "yes" to use overlayfs instead of a full copy to reduce -# the memory costs and to improve sync/unsync operations. Note that your kernel -# MUST have this module available in order to use this mode -# -#USE_OVERLAYFS="no" - -# List browsers separated by spaces to include in the sync. Useful if you do not -# wish to have all possible browser profiles sync'ed which is the default if -# this variable is left commented. -# -# Possible values: -# chromium -# chromium-dev -# conkeror.mozdev.org -# epiphany -# firefox -# firefox-trunk -# google-chrome -# google-chrome-beta -# google-chrome-unstable -# heftig-aurora -# icecat -# inox -# luakit -# midori -# opera -# opera-beta -# opera-developer -# opera-legacy -# otter-browser -# qupzilla -# palemoon -# rekonq -# seamonkey -# vivaldi -# vivaldi-snapshot -# -BROWSERS="firefox chromium" - -# Define where browser profiles will reside in tmpfs if $XDG_RUNTIME_DIR isn't -# defined. This location must be mounted to tmpfs and MUST have permissions -# of at least 700. -# Use NO trailing backslash! -# -# Suggested locations based on distro defaults: -# Arch Linux/Chakra, Fedora, and Gentoo leave this commented out -# Debian 8+ use a setting of "/dev/shm" -# Ubuntu 15.05+ use "/dev/shm" -VOLATILE="/tmp/dave" - -# Uncomment and set to "no" to completely disable the crash recovery feature. -# -# The default is to create crash recovery backups if the system is ungracefully -# powered-down due to a kernel panic, hitting the reset switch, battery going -# dead, etc. Some users keep very diligent backups and don't care to have this -# feature enabled. -#USE_BACKUPS="yes" -- cgit v1.2.3-54-g00ecf From f35fdae42816c974ad42130f4467f2316453294b Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 11 Mar 2016 11:05:12 +0100 Subject: .config/SuperCollider/sc_ide_conf.yaml: Post 3.7 settings --- .config/SuperCollider/sc_ide_conf.yaml | 131 ++++++++++++++++++++------------- 1 file changed, 79 insertions(+), 52 deletions(-) (limited to '.config') diff --git a/.config/SuperCollider/sc_ide_conf.yaml b/.config/SuperCollider/sc_ide_conf.yaml index b15ee2b..9fb139f 100644 --- a/.config/SuperCollider/sc_ide_conf.yaml +++ b/.config/SuperCollider/sc_ide_conf.yaml @@ -1,55 +1,90 @@ IDE: editor: blinkDuration: 600 - colors: - evaluatedCode: !textFormat - color: "#000000" - background: "#f8a200" - lineNumbers: !textFormat - {} - matchingBrackets: !textFormat - color: "#ff0000" - bold: true - mismatchedBrackets: !textFormat - color: "#ffffff" - background: "#960000" - searchResult: !textFormat - color: "#7a7a7a" - background: "#36475a" - selection: !textFormat - {} - text: !textFormat - {} font: antialias: 2 family: DejaVu Sans Mono size: 10 - highlighting: - built-in: !textFormat - color: "#3333bf" - char: !textFormat - color: "#007300" - class: !textFormat - color: "#0000d2" - comment: !textFormat - color: "#bf0000" - env-var: !textFormat - color: "#8c4614" - keyword: !textFormat - color: "#0000e6" - bold: true - number: !textFormat - color: "#980099" - primitive: !textFormat - color: "#3333bf" - string: !textFormat - color: "#5f5f5f" - symbol: !textFormat - color: "#007300" indentWidth: 4 lineWrap: true spaceIndent: false stepForwardEvaluation: false + theme: My old theme + themes: + My old theme: + built-in: !textFormat + color: "#3333bf" + italic: false + char: !textFormat + color: "#007300" + italic: false + class: !textFormat + color: "#0000d2" + italic: false + comment: !textFormat + color: "#bf0000" + italic: false + currentLine: !textFormat + color: "#000000" + background: "#f4f4f4" + italic: false + env-var: !textFormat + color: "#8c4614" + italic: false + evaluatedCode: !textFormat + color: "#000000" + background: "#f8a200" + keyword: !textFormat + color: "#0000e6" + bold: true + italic: false + lineNumbers: !textFormat + {} + matchingBrackets: !textFormat + color: "#ff0000" + bold: true + mismatchedBrackets: !textFormat + color: "#ffffff" + background: "#960000" + italic: false + number: !textFormat + color: "#980099" + italic: false + postwindowemphasis: !textFormat + color: "#000000" + bold: true + italic: false + postwindowerror: !textFormat + color: "#d11c24" + italic: false + postwindowsuccess: !textFormat + color: "#738a05" + italic: false + postwindowtext: !textFormat + color: "#000000" + italic: false + postwindowwarning: !textFormat + color: "#a57706" + italic: false + primitive: !textFormat + color: "#3333bf" + italic: false + searchResult: !textFormat + color: "#7a7a7a" + background: "#36475a" + selection: !textFormat + {} + string: !textFormat + color: "#5f5f5f" + italic: false + symbol: !textFormat + color: "#007300" + italic: false + text: !textFormat + {} + whitespace: !textFormat + color: "#7f7f7f" + italic: false interpreter: autoStart: true runtimeDir: "" @@ -58,21 +93,13 @@ IDE: documents-dock: "" help-dock: "" post-dock: "" - geometry: AdnQywABAAAAAAAAAAAAAAAABP8AAAMIAAAAAAAAAC0AAAN/AAADTAAAAAACAA== - state: AAAA/wAAAAD9AAAAAgAAAAAAAAAAAAAAAPwCAAAAAfsAAAAcAGQAbwBjAHUAbQBlAG4AdABzAC0AZABvAGMAawAAAAAA/////wAAAGMA////AAAAAQAAAlsAAAK//AIAAAAC+wAAABIAaABlAGwAcAAtAGQAbwBjAGsBAAAAFQAAAhIAAABMAP////sAAAASAHAAbwBzAHQALQBkAG8AYwBrAQAAAigAAACsAAAATAD///8AAAKkAAACvwAAAAEAAAACAAAAAQAAAAL8AAAAAA== + geometry: AdnQywACAAAAAAAAAAAAEgAABVUAAAL/AAAAAgAAABQAAAVTAAAC/QAAAAACAAAABVY= + state: AAAA/wAAAAD9AAAAAgAAAAAAAAAAAAAAAPwCAAAAAfsAAAAcAGQAbwBjAHUAbQBlAG4AdABzAC0AZABvAGMAawAAAAAA/////wAAAF4A////AAAAAQAAAh4AAAK+/AIAAAAC+wAAABIAaABlAGwAcAAtAGQAbwBjAGsBAAAAEwAAAWQAAABMAP////sAAAASAHAAbwBzAHQALQBkAG8AYwBrAQAAAXgAAAFZAAAATAD///8AAAMzAAACvgAAAAEAAAACAAAAAQAAAAL8AAAAAA== postWindow: lineWrap: false scrollback: 1000 recentDocuments: !QVariantList - - /home/dave/.config/SuperCollider/startup.scd - - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/scoreTick.scd - - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/scoreTest.scd - - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/HabitSynth.sc - - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/HabitScheduler.sc - - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/habits - - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/habit.scd - - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/Habit.sc - - /home/dave/Dropbox/tu-berlin/courses/SE Time and space perceptions in sound installations/habits/HabitTimer.sc + [] shortcuts: editor-document-next: Alt+K editor-document-previous: Alt+J -- cgit v1.2.3-54-g00ecf