mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
update
This commit is contained in:
@@ -49,12 +49,12 @@ backend_fallback: True
|
||||
### LINES
|
||||
# See http://matplotlib.org/api/artist_api.html#module-matplotlib.lines for more
|
||||
# information on line properties.
|
||||
lines.linewidth : 1 # line width in points
|
||||
lines.linewidth : 1.5 # line width in points
|
||||
#lines.linestyle : - # solid line
|
||||
#lines.color : C0 # has no affect on plot(); see axes.prop_cycle
|
||||
#lines.marker : None # the default marker
|
||||
#lines.markeredgewidth : 1.0 # the line width around the marker symbol
|
||||
#lines.markersize : 6 # markersize, in points
|
||||
lines.markersize : 6 # markersize, in points
|
||||
#lines.dash_joinstyle : miter # miter|round|bevel
|
||||
#lines.dash_capstyle : butt # butt|round|projecting
|
||||
#lines.solid_joinstyle : miter # miter|round|bevel
|
||||
@@ -96,36 +96,36 @@ lines.linewidth : 1 # line width in points
|
||||
#boxplot.showfliers : True
|
||||
#boxplot.meanline : False
|
||||
|
||||
#boxplot.flierprops.color : 'k'
|
||||
#boxplot.flierprops.marker : '.'
|
||||
#boxplot.flierprops.markerfacecolor : 'none'
|
||||
#boxplot.flierprops.markeredgecolor : 'k'
|
||||
boxplot.flierprops.markersize : 1
|
||||
#boxplot.flierprops.linestyle : 'none'
|
||||
boxplot.flierprops.color : k
|
||||
boxplot.flierprops.marker : .
|
||||
#boxplot.flierprops.markerfacecolor : none
|
||||
#boxplot.flierprops.markeredgecolor : k
|
||||
boxplot.flierprops.markersize : 2
|
||||
#boxplot.flierprops.linestyle : none
|
||||
#boxplot.flierprops.linewidth : 1.0
|
||||
|
||||
#boxplot.boxprops.color : 'k'
|
||||
boxplot.boxprops.color : k
|
||||
#boxplot.boxprops.linewidth : 1.0
|
||||
#boxplot.boxprops.linestyle : '-'
|
||||
#boxplot.boxprops.linestyle : -
|
||||
|
||||
#boxplot.whiskerprops.color : 'k'
|
||||
#boxplot.whiskerprops.linewidth : 1.0
|
||||
#boxplot.whiskerprops.linestyle : '-'
|
||||
boxplot.whiskerprops.color : k
|
||||
boxplot.whiskerprops.linewidth : 1
|
||||
#boxplot.whiskerprops.linestyle : -
|
||||
|
||||
#boxplot.capprops.color : 'k'
|
||||
boxplot.capprops.color : k
|
||||
#boxplot.capprops.linewidth : 1.0
|
||||
#boxplot.capprops.linestyle : '-'
|
||||
#boxplot.capprops.linestyle : -
|
||||
|
||||
#boxplot.medianprops.color : 'C1'
|
||||
boxplot.medianprops.color : k
|
||||
#boxplot.medianprops.linewidth : 1.0
|
||||
#boxplot.medianprops.linestyle : '-'
|
||||
#boxplot.medianprops.linestyle : -
|
||||
|
||||
#boxplot.meanprops.color : 'C2'
|
||||
#boxplot.meanprops.marker : '^'
|
||||
#boxplot.meanprops.markerfacecolor : 'C2'
|
||||
#boxplot.meanprops.markeredgecolor : 'C2'
|
||||
#boxplot.meanprops.color : C2
|
||||
#boxplot.meanprops.marker : ^
|
||||
#boxplot.meanprops.markerfacecolor : C2
|
||||
#boxplot.meanprops.markeredgecolor : C2
|
||||
#boxplot.meanprops.markersize : 6
|
||||
#boxplot.meanprops.linestyle : 'none'
|
||||
#boxplot.meanprops.linestyle : none
|
||||
#boxplot.meanprops.linewidth : 1.0
|
||||
|
||||
### FONT
|
||||
@@ -174,7 +174,7 @@ boxplot.flierprops.markersize : 1
|
||||
# settings for axes and ticks. Special text sizes can be defined
|
||||
# relative to font.size, using the following values: xx-small, x-small,
|
||||
# small, medium, large, x-large, xx-large, larger, or smaller
|
||||
# font.size : 10
|
||||
font.size : 12
|
||||
#font.serif : DejaVu Serif, Bitstream Vera Serif, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif
|
||||
#font.sans-serif : DejaVu Sans, Bitstream Vera Sans, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
|
||||
#font.cursive : Apple Chancery, Textile, Zapf Chancery, Sand, Script MT, Felipa, cursive
|
||||
@@ -281,15 +281,15 @@ text.usetex : False # use latex for all text handling. The following fo
|
||||
# default fontsizes for ticklabels, and so on. See
|
||||
# http://matplotlib.org/api/axes_api.html#module-matplotlib.axes
|
||||
#axes.facecolor : white # axes background color
|
||||
axes.edgecolor : black # axes edge color
|
||||
axes.edgecolor : black # axes edge color
|
||||
#axes.linewidth : 0.8 # edge linewidth
|
||||
axes.grid : True # display grid or not
|
||||
axes.grid : False # display grid or not
|
||||
#axes.titlesize : large # fontsize of the axes title
|
||||
#axes.titlepad : 6.0 # pad between axes and title in points
|
||||
axes.labelsize : 16 #medium # fontsize of the x any y labels
|
||||
axes.labelsize : 12 # fontsize of the x any y labels
|
||||
#axes.labelpad : 4.0 # space between label and axis
|
||||
#axes.labelweight : normal # weight of the x and y labels
|
||||
axes.labelcolor : black
|
||||
axes.labelcolor : black
|
||||
#axes.axisbelow : 'line' # draw axis gridlines and ticks below
|
||||
# patches (True); above patches but below
|
||||
# lines ('line'); or above all (False)
|
||||
@@ -315,19 +315,17 @@ axes.labelcolor : black
|
||||
|
||||
axes.spines.left : True # display axis spines
|
||||
axes.spines.bottom : True
|
||||
axes.spines.top : False
|
||||
axes.spines.right : False
|
||||
axes.spines.top : True
|
||||
axes.spines.right : True
|
||||
|
||||
|
||||
#axes.unicode_minus : True # use unicode for the minus symbol
|
||||
# rather than hyphen. See
|
||||
# http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
|
||||
#axes.prop_cycle: cycler('color', ['2864af', 'cc3f39', '2D882D', 'e8e634', '423687', '903c3f'])
|
||||
#axes.prop_cycle : cycler('color', ['348ABD', '7A68A6', 'A60628', '467821', 'CF4457', '188487', 'E24A33'])
|
||||
|
||||
axes.prop_cycle : cycler('color', ['e41a1c', '0971e6', '41933e', '853990', 'eb7f14', 'f7cf00', '444444', 'a1a1a1', 'ff728a', '37c7c5'])
|
||||
axes.prop_cycle : cycler('color', ['3a50a1', 'd84742', 'ffb333', '444444', '5d9f45', '853990'])
|
||||
|
||||
patch.facecolor: FFFFFF #0072B2
|
||||
patch.facecolor: FFFFFF
|
||||
axes.autolimit_mode : data # How to scale axes limits to the data.
|
||||
# Use "data" to use data limits, plus some margin
|
||||
# Use "round_number" move to the nearest "round" number
|
||||
@@ -345,7 +343,7 @@ axes.ymargin : .00 # y margin See `axes.Axes.margins`
|
||||
xtick.major.pad : 6 # distance to major tick label in points
|
||||
xtick.minor.pad : 6 # distance to the minor tick label in points
|
||||
xtick.color : 000000 #797979 # color of the tick labels
|
||||
xtick.labelsize : 16# medium # fontsize of the tick labels
|
||||
xtick.labelsize : 12 # fontsize of the tick labels
|
||||
xtick.direction : out # direction: in or out
|
||||
|
||||
#ytick.major.size : 0 # major tick size in points
|
||||
@@ -353,7 +351,7 @@ xtick.direction : out # direction: in or out
|
||||
ytick.major.pad : 6 # distance to major tick label in points
|
||||
ytick.minor.pad : 6 # distance to the minor tick label in points
|
||||
ytick.color : 000000 #797979 # color of the tick labels
|
||||
ytick.labelsize : 16 #medium # fontsize of the tick labels
|
||||
ytick.labelsize : 12 # fontsize of the tick labels
|
||||
ytick.direction : out # direction: in or out
|
||||
|
||||
|
||||
@@ -390,8 +388,8 @@ legend.fontsize : 8 # 10
|
||||
#figure.titlesize : large # size of the figure title (Figure.suptitle())
|
||||
#figure.titleweight : normal # weight of the figure title
|
||||
figure.figsize : 6.4,4.8 # figure size in inches
|
||||
figure.dpi : 600 # figure dots per inch
|
||||
#figure.facecolor : yellow #white # figure facecolor; 0.75 is scalar gray
|
||||
figure.dpi : 300 # figure dots per inch
|
||||
#figure.facecolor : white # figure facecolor; 0.75 is scalar gray
|
||||
# figure.edgecolor : white # figure edgecolor
|
||||
figure.autolayout : True # When True, automatically adjust subplot
|
||||
# parameters to make the plot fit the figure
|
||||
@@ -430,7 +428,7 @@ figure.autolayout : True # When True, automatically adjust subplot
|
||||
#errorbar.capsize : 0 # length of end cap on error bars in pixels
|
||||
|
||||
### HISTOGRAM PLOTS
|
||||
#hist.bins : 10 # The default number of histogram bins.
|
||||
hist.bins : 100 # The default number of histogram bins.
|
||||
# If Numpy 1.11 or later is
|
||||
# installed, may also be `auto`
|
||||
|
||||
@@ -504,7 +502,7 @@ savefig.dpi : 300 # figure dots per inch or 'figure'
|
||||
|
||||
# svg backend params
|
||||
#svg.image_inline : True # write raster image data directly into the svg file
|
||||
#svg.fonttype : 'path' # How to handle SVG fonts:
|
||||
#svg.fonttype : none # How to handle SVG fonts:
|
||||
# 'none': Assume fonts are installed on the machine where the SVG will be viewed.
|
||||
# 'path': Embed characters as paths -- supported by most SVG renderers
|
||||
# 'svgfont': Embed characters as SVG fonts -- supported only by Chrome,
|
||||
|
||||
@@ -18,3 +18,4 @@ export PATH="${PATH}:$HOME/.cargo/bin"
|
||||
export PATH="${PATH}:$HOME/bin" # binaries
|
||||
export PATH="${PATH}:$HOME/scripts" # scripts
|
||||
export PATH="${PATH}:$HOME/.local/bin" # python executeables
|
||||
export PATH="${PATH}:$HOME/bin/pushbullet-bash"
|
||||
@@ -5,6 +5,7 @@ export TERM="xterm-256color"
|
||||
zmodules=(ssh directory environment git history input utility custom \
|
||||
syntax-highlighting history-substring-search prompt completion fasd autosuggestions)
|
||||
|
||||
ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
||||
|
||||
DEFAULT_USER=bauer
|
||||
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(ssh context dir vcs anaconda)
|
||||
|
||||
@@ -6,14 +6,21 @@ killall -q polybar
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
if type "xrandr"; then
|
||||
# primary screen
|
||||
for m in $(xrandr --query | grep " connected" | grep "primary" | cut -d" " -f1); do
|
||||
MONITOR=$m polybar --reload laptop &
|
||||
done
|
||||
# other screens
|
||||
for m in $(xrandr --query | grep " connected" | grep -v "primary" | cut -d" " -f1); do
|
||||
MONITOR=$m polybar --reload laptop_secondary &
|
||||
done
|
||||
NUM_DEVICES=$(xrandr --query | grep " connected" | cut -d" " -f1 | wc -l);
|
||||
if [[ $NUM_DEVICES -lt 2 ]]; then
|
||||
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
|
||||
MONITOR=$m polybar --reload laptop &
|
||||
done
|
||||
else
|
||||
# primary screen
|
||||
for m in $(xrandr --query | grep " connected" | grep "primary" | cut -d" " -f1); do
|
||||
MONITOR=$m polybar --reload laptop &
|
||||
done
|
||||
# other screens
|
||||
for m in $(xrandr --query | grep " connected" | grep -v "primary" | cut -d" " -f1); do
|
||||
MONITOR=$m polybar --reload laptop_secondary &
|
||||
done
|
||||
fi
|
||||
else
|
||||
polybar --reload laptop &
|
||||
fi
|
||||
|
||||
@@ -68,7 +68,8 @@ set_key F12, ray 1600,1600
|
||||
|
||||
alias clean, hide everything, hydrogen or n. 1M* or n. 2M* or n. MC*
|
||||
alias sf_as_sticks_HCN4, show sticks, residue 478-484 and (not hydrogen or (hydrogen and neighbor (elem O+N+S))) and not (n. 1M* or n. 2M* or n. MC*); hide cartoon, resi 479-483;
|
||||
# show sticks, residue 475+468 and (not hydrogen or (hydrogen and neighbor (elem O+N+S))) and not (n. 1M* or n. 2M* or n. MC*)
|
||||
alias sf_as_sticks_HCN4_sele, show sticks, sele and residue 478-484 and (not hydrogen or (hydrogen and neighbor (elem O+N+S))) and not (n. 1M* or n. 2M* or n. MC*); hide cartoon, resi 479-483;
|
||||
alias sideview_HCN4, hide sticks; hide everything, polymer and chain B+D; select polymer and chain A+C; sf_as_sticks_HCN4_sele; deselect;
|
||||
|
||||
alias sf_as_sticks_HCN1, show sticks, residue 357-362 and (not hydrogen or (hydrogen and neighbor (elem O+N+S))) and not (n. 1M* or n. 2M* or n. MC*); hide cartoon, resi 358-361
|
||||
alias ionwatch, hide everything; show cartoon; show spheres, n. NA or n. K; sf_as_sticks_HCN4; hide everything, ID 1-1899; hide everything, ID 3799-5695
|
||||
|
||||
@@ -218,6 +218,11 @@ for_window [class="Toplevel"] floating enable
|
||||
for_window [title="Figure*" instance="matplotlib"] floating enable
|
||||
for_window [window_role="conversation" class="Pidgin"] floating enable
|
||||
|
||||
# use tiling mode only for main/chat Skype window and floating of all dialogs
|
||||
# Skype main window title looks like this - "alexey.diyan - Skype™"
|
||||
for_window [instance="skype" title="^.*?(?<!Skype™)$"] floating enable
|
||||
for_window [instance="skype" title="Skype™|Call with|File Transfers"] floating disable
|
||||
|
||||
# Pulse Audio controls
|
||||
bindsym --release XF86AudioLowerVolume exec --no-startup-id amixer sset Master 5%- #decrease sound volume
|
||||
bindsym --release XF86AudioRaiseVolume exec --no-startup-id amixer sset Master 5%+ #increase sound volume
|
||||
@@ -244,7 +249,7 @@ bindsym $mod+Shift+s exec --no-startup-id ~/.config/i3/scripts/change_monitor.sh
|
||||
#exec feh --bg-fill /home/bauer/artistic/artistici2.png
|
||||
#exec --no-startup-id xautolock -time 5 -locker 'i3lock -i ~/.lockscreen/`ls /home/bauer/lockscreens | shuf -n 1` -t -f'
|
||||
#exec --no-startup-id thunderbird
|
||||
#exec --no-startup-id skypeforlinux
|
||||
#exec --no-startup-id skype
|
||||
#exec --no-startup-id mattermost-desktop
|
||||
#exec --no-startup-id nextcloud
|
||||
#exec --no-startup-id nm-applet
|
||||
|
||||
@@ -6,12 +6,14 @@
|
||||
"installed_packages":
|
||||
[
|
||||
"Anaconda",
|
||||
"ANSIescape",
|
||||
"bioSyntax",
|
||||
"Color Convert",
|
||||
"Color Highlight",
|
||||
"ColorPicker",
|
||||
"Color Highlighter",
|
||||
"CSV Record View",
|
||||
"CWL Syntax Highlighting",
|
||||
"Fortran",
|
||||
"Git",
|
||||
"gruvbox",
|
||||
"Incomprehensible Ex",
|
||||
"INI",
|
||||
@@ -35,6 +37,6 @@
|
||||
"SideBarEnhancements",
|
||||
"Tabnine",
|
||||
"Thesaurus",
|
||||
"WordCount"
|
||||
]
|
||||
"WordCount",
|
||||
],
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"detect_indentation": false,
|
||||
"dictionary": "Packages/Language - English/en_US.dic",
|
||||
"font_face": "Hack for Powerline Regular",
|
||||
"font_size": 13,
|
||||
"font_size": 12,
|
||||
"hot_exit": false,
|
||||
"ignored_packages":
|
||||
[
|
||||
@@ -25,7 +25,11 @@
|
||||
"Rust",
|
||||
"Six",
|
||||
"Vintage",
|
||||
"Vintageous"
|
||||
"Vintageous",
|
||||
],
|
||||
"ignored_words":
|
||||
[
|
||||
"crosslink"
|
||||
],
|
||||
"line_numbers": true,
|
||||
"neovintageous_build_version": 11100,
|
||||
@@ -55,5 +59,5 @@
|
||||
"vintageous_use_ctrl_keys": false,
|
||||
"vintageous_use_super_keys": false,
|
||||
"word_wrap": false,
|
||||
"wrap_width": 80
|
||||
"wrap_width": 80,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user