commit 99752f6038c35c2310d0fd921a2857424908341f
parent 31edecf016c01d1ce6bbef522e78bdee2a089fe8
Author: Ashymad <czilukim@o2.pl>
Date: Mon, 9 Oct 2017 14:40:54 +0200
astroid config changes + cmus autolayout
Diffstat:
5 files changed, 101 insertions(+), 5 deletions(-)
diff --git a/.cmus/cmus-geeqie.sh b/.cmus/cmus-geeqie.sh
@@ -25,5 +25,6 @@ if echo "$FLIST" | grep -i ".jpeg\|.png\|.jpg" &>/dev/null; then
# For example, if you want a 250 by 250 window on the bottom right hand corner of a 1920 by 1080 screen: "250x250+1670+830"
geeqie -r "$ART"
else
+ geeqie -r "/home/shyman/.cmus/none.jpg"
exit
fi
diff --git a/.cmus/start-cmus.sh b/.cmus/start-cmus.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+i3-msg "workspace 4; append_layout /home/shyman/.i3/cmus.json"
+nohup geeqie -t > /dev/null &
+nohup urxvt -e "cmus" > /dev/null &
+nohup urxvt -e "cava" > /dev/null &
diff --git a/.config/astroid/config b/.config/astroid/config
@@ -105,9 +105,9 @@
"sendmail": "msmtp -t",
"default": "true",
"save_sent": "true",
- "save_sent_to": "\/home\/root\/Mail\/sent\/cur\/",
- "additional_sent_tags": "",
- "save_drafts_to": "\/home\/root\/Mail\/drafts\/",
+ "save_sent_to": "\/home\/shyman\/.mail\/o2\/Sent\/cur\/",
+ "additional_sent_tags": "o2",
+ "save_drafts_to": "\/home\/shyman\/.mail\/o2\/Drafts\/cur\/",
"signature_file": "",
"signature_default_on": "true",
"signature_attach": "false",
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf
@@ -8,13 +8,13 @@ video-sync=display-resample-vdrop
#vf=format=yuv420p,vapoursynth=~/.config/mpv/filters/mvtools.vpy:4:4
vo=gpu
#opengl-pbo
-#opengl-vsync-fences=1
+opengl-vsync-fences=1
#opengl-waitvsync
#opengl-glfinish
screenshot-directory=~/screenshots/
#interpolation-threshold=-1
#hwdec=no
-#fullscreen
+fullscreen
audio-channels=stereo
#heartbeat-cmd="xdg-screensaver reset"
#vo-vdpau-fps=59.931
diff --git a/.i3/cmus.json b/.i3/cmus.json
@@ -0,0 +1,89 @@
+// vim:ts=4:sw=4:et
+{
+ // splitv split container with 2 children
+ "border": "pixel",
+ "floating": "auto_off",
+ "layout": "splitv",
+ "percent": 1,
+ "type": "con",
+ "nodes": [
+ {
+ "border": "pixel",
+ "current_border_width": 2,
+ "floating": "auto_off",
+ "geometry": {
+ "height": 508,
+ "width": 804,
+ "x": 0,
+ "y": 0
+ },
+ "name": "cava",
+ "percent": 0.460111812932657,
+ "swallows": [
+ {
+ // "class": "^URxvt$",
+ // "instance": "^urxvt$",
+ "title": "^cava$"
+ // "transient_for": "^$"
+ }
+ ],
+ "type": "con"
+ },
+ {
+ // splith split container with 2 children
+ "border": "pixel",
+ "floating": "auto_off",
+ "layout": "splith",
+ "percent": 0.539888187067343,
+ "type": "con",
+ "nodes": [
+ {
+ "border": "pixel",
+ "current_border_width": 2,
+ "floating": "auto_off",
+ "geometry": {
+ "height": 508,
+ "width": 804,
+ "x": 0,
+ "y": 0
+ },
+ "name": "Me Myself And I - Takadum! - Takadum Old (2011)",
+ "percent": 0.704207952778811,
+ "swallows": [
+ {
+ // "class": "^URxvt$",
+ "instance": "^urxvt$"
+ // "title": "^Me\\ Myself\\ And\\ I\\ \\-\\ Takadum\\!\\ \\-\\ Takadum\\ Old\\ \\(2011\\)$",
+ // "transient_for": "^$"
+ }
+ ],
+ "type": "con"
+ },
+ {
+ "border": "pixel",
+ "current_border_width": 2,
+ "floating": "auto_off",
+ "geometry": {
+ "height": 507,
+ "width": 507,
+ "x": 1399,
+ "y": 531
+ },
+ "name": "cover.jpg - Geeqie",
+ "percent": 0.295792047221188,
+ "swallows": [
+ {
+ // "class": "^Geeqie$",
+ "instance": "^geeqie$"
+ // "title": "^cover\\.jpg\\ \\-\\ Geeqie$",
+ // "transient_for": "^$",
+ // "window_role": "^geeqie$"
+ }
+ ],
+ "type": "con"
+ }
+ ]
+ }
+ ]
+}
+