dgy
/
hexagons
Archived
1
0
Fork 0

revertir un binding de tmux que me rompia las bolas

This commit is contained in:
deadguy 2018-08-28 14:11:32 -03:00
parent f6b661a1cc
commit a028c96af8
7 changed files with 20 additions and 23 deletions

View File

@ -72,7 +72,7 @@ bspc rule -a URxvt:flota state=floating
# Otros
bspc rule -a Zathura state=tiled
bspc rule -a Oblogout layer=above
bspc rule -a Oblogout state=fullscreen, layer=above
bspc config external_rules_command "$HOME/.config/bspwm/external_rules.sh"
rbspwm &

View File

@ -4,8 +4,8 @@ LocationMode=path-bar
ShowHidden=false
ExpandFolders=false
ShowSizeColumn=true
GeometryX=207
GeometryY=73
GeometryX=209
GeometryY=75
GeometryWidth=948
GeometryHeight=618
SortColumn=modified

View File

@ -0,0 +1,2 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

View File

@ -8,7 +8,7 @@ set -g set-clipboard on
set -g mouse on
set -gq status-utf8 on
setw -gq utf8 on
set -g escape-time 50
set -g escape-time 0
# Ventanas
set -g base-index 1
@ -84,10 +84,10 @@ bind-key M-Up swap-pane -U
bind-key M-Down swap-pane -D
# Redimensionar
bind-key J resize-pane -D 2
bind-key K resize-pane -U 2
bind-key H resize-pane -L 2
bind-key L resize-pane -R 2
bind -r J resize-pane -D 2
bind -r K resize-pane -U 2
bind -r H resize-pane -L 2
bind -r L resize-pane -R 2
# Dividir
bind-key | split-window -h -c "#{pane_current_path}"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

View File

@ -25,14 +25,14 @@ c1='#000000ff' # black
c2='#FABD2F88'
c3='#FB493488'
c4='#EBDBB2FF'
c5='#00d70000'
c5='#B8BB2688'
c6='#28282888'
c7='#282828FF'
c8='#eeeeecff'
c9='#12121200'
cA='#c4a000ff'
lock="$HOME/Pictures/barlock.png"
lock="$HOME/Pictures/trilock.png"
image=$(mktemp --suffix=.png)
trap 'rm -f "$image"' SIGINT SIGTERM EXIT
@ -42,33 +42,28 @@ maim -u \
i3lock \
--image="$image" \
--insidevercolor=$c2 \
--insidevercolor=$c5 \
--insidewrongcolor=$c3 \
--insidecolor=$c0 \
--ringvercolor=$c7 \
--ringwrongcolor=$c7 \
--ringvercolor=$c2 \
--ringwrongcolor=$cA \
--ringcolor=$c7 \
--verifcolor=$c8 \
--wrongcolor=$c4 \
--linecolor=$c4 \
--separatorcolor=$c7 \
--separatorcolor=$c6 \
--keyhlcolor=$c4 \
--bshlcolor=$c3 \
--timecolor=$c4 \
--datecolor=$c0 \
--layoutcolor=$c0 \
--indpos='x+73:y+514' \
--timepos='x+210:y+525' \
--timestr='%H:%M' \
--time-font='Sarasa UI J' \
--force-clock \
--layoutcolor=$c9 \
--modsize=18 \
--refresh-rate=30 \
--radius=32 \
--radius=120 \
--ring-width=4 \
--veriftext='' \
--wrongtext='' \
--noinputtext='' \
--ignore-empty-password \
-B \
--nofork &
pid="$!"