dgy
/
hexagons
Archived
1
0
Fork 0

mantenimiento

This commit is contained in:
deadguy 2018-10-04 11:26:51 -03:00
parent 04d6ea5e57
commit 42828ed125
Signed by: dgy
GPG Key ID: 37CA55B52CF63730
10 changed files with 23 additions and 18 deletions

View File

@ -70,15 +70,17 @@ bspc rule -a Godot state=floating
bspc rule -a Pinentry state=floating
bspc rule -a URxvt:flota state=floating
bspc rule -a System-config-printer.py state=floating
bspc rule -a X64 state=floating
bspc rule -a Toplevel state=floating
# Otros
bspc rule -a Zathura state=tiled
bspc rule -a Oblogout state=fullscreen, layer=above
# Fijos
bspc rule -a Termite -o desktop=^1
bspc rule -a Firefox -o desktop=^2
bspc rule -a URxvt:flota -o desktop=^3
bspc rule -a Termite desktop='^1'
bspc rule -a Firefox desktop='^2'
bspc rule -a URxvt:flota desktop='^3'
bspc config external_rules_command "$HOME/.config/bspwm/external_rules.sh"
2bspwm &

View File

@ -1,5 +1,5 @@
# This file goes in ~/.config/mpv
ao=pulse,jack,
ao=pulse,jack,alsa,
#vo=opengl-hq
#proflie=opengl-hq
scale=ewa_lanczossharp

View File

@ -9,7 +9,7 @@ mpd_music_dir = "~/Music/Albums"
# VISULAIZER
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "mpd spectrum"
visualizer_type = "wave_filled" (wave wave_filled spectrum ellipse)
visualizer_type = "wave_filled"
visualizer_in_stereo = yes
visualizer_color = "red,yellow,green,cyan,blue,red,yellow,green,cyan,blue,red,yellow,green,cyan,blue,red"
visualizer_sync_interval = 10
@ -37,8 +37,8 @@ song_window_title_format = "{%a - }{%t}{ [%b]}|{%f}"
song_columns_list_format = "(30)[blue]{a} (40)[red]{t|f} (30)[cyan]{br} (4f)[green]{lr}"
# PREFIX
now_playing_prefix = "$b"
now_playing_suffix = "$/b"
now_playing_prefix = "$b >>"
now_playing_suffix = " <<$/b"
selected_item_prefix = "$9"
selected_item_suffix = "$9"
current_item_prefix = "$(white)$r"

View File

@ -28,7 +28,6 @@ augroup mdownstuff
autocmd BufNewFile *.md call Prose()
augroup END
let b:ale_linters = ['proselint']
"let b:ale_linters = ['proselint']
setl statusline=%<%f\ %h%m%r%w\ %=\ col\ %c%V\ \ line\ %l\,%L\ %P
setl rulerformat=%-12.(%l,%c%V%)\ %P

View File

@ -2,7 +2,7 @@ setlocal ts=4
setlocal sts=4
setlocal sw=4
setlocal et
setlocal tw=80
"setlocal tw=80
setlocal colorcolumn=79
setlocal smartindent
setlocal autoindent

View File

@ -4,8 +4,6 @@ configuration {
combi-modi: "run,drun,window";
bw: 0;
terminal: "termite";
ssh-client: "ssh";
ssh-command: "termite -t 'Connecting to {host}' -e '{ssh-client} {host}'";
run-command: "{cmd}";
run-shell-command: "termite --hold -e {cmd}";
disable-history: true;

View File

@ -41,7 +41,8 @@ configuration {
line-padding: 2;
separator-style: "none";
hide-scrollbar: "true";
font: "IBM Plex Sans 10";
/*font: "IBM Plex Sans 10";*/
font: "monaco 8";
margin: 0;
padding: 0;
}
@ -135,4 +136,6 @@ element.alternate.urgent {
element.alternate.active {
background-color: @active-background;
text-color: @active-foreground;
}
}
/* vim: set ft=css : */

View File

@ -1,6 +1,7 @@
# TERM
set -g default-terminal tmux-256color
set -ga terminal-overrides ',xterm-256color:Tc'
set -g default-terminal tmux-256color
set-option -ga terminal-overrides ",xterm-termite:Tc,xterm-256color:Tc"
set-option -ga terminal-overrides ",*col*:Tc"
# Opciones basicas
set -g set-clipboard on
@ -101,6 +102,7 @@ bind-key -n M-z resize-pane -Z
# Cerrar
bind-key q kill-window
bind-key x kill-pane
bind-key Z kill-session
# Ir a ventana
bind-key 1 select-window -t :1
@ -121,6 +123,7 @@ bind-key S-left prev
bind-key S-right next
bind-key C-left swap-window -t -1
bind-key C-right swap-window -t +1
bind-key C-d display-panes
# Urlview
bind-key u capture-pane \; save-buffer /tmp/tmux-buffer \; new-window -n "urlview" '$SHELL -c "urlview < /tmp/tmux-buffer"'

View File

@ -4,7 +4,7 @@ pidof python -m FoxDot || {
pkill -9 -f scsynth\ -u\ 57110\ -a\ 116\ -i\ 2\ -o\ 2\ -b\ 65536\ -n\ 32768\ -m\ 131072\ -S\ 44100\ -R\ 0\ -C\ 0\ -l\ 1
pkill -9 -f sclang\ -D\ /home/deadguy/Music/LiveCoding/foxy.scd
sleep 3s
tmux kill-session -t "Livecode ~Ar"
tmux kill-session -t "Deadguy"
}
#pidof python -m FoxDot 2> /dev/null

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -euf -o pipefail
session="Livecode ~Ar"
session="Deadguy"
# set up tmux
tmux start-server