summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgy <dgy@texto-plano.xyz>2023-03-09 21:36:44 -0300
committerdgy <dgy@texto-plano.xyz>2023-03-09 21:36:44 -0300
commit5a66d2bc12b30ca537fc22540818da736f523e01 (patch)
treebe8f75dfa00e0af7c1718e9512eda7b886ae7f17
parentf3d7f9b0ae67d68b61d7206cfa979d3e56354dac (diff)
downloadbsd_dots-5a66d2bc12b30ca537fc22540818da736f523e01.tar.gz
algunas modificaciones chicas, agregar paletas de colores de x sacadas
de dotshare.it
-rw-r--r--.profile19
-rw-r--r--X11/colors/acidwitch36
-rw-r--r--X11/colors/blaquebeard37
-rw-r--r--X11/colors/cursed50
-rw-r--r--X11/colors/darkmachine45
-rw-r--r--X11/colors/downtime38
-rw-r--r--X11/colors/futuremyth37
-rw-r--r--X11/colors/gruvbox31
-rw-r--r--X11/colors/hellfire36
-rw-r--r--X11/colors/lychnobite38
-rw-r--r--X11/colors/mutiny50
-rw-r--r--X11/colors/oldriceputin37
-rw-r--r--X11/colors/otherideas36
-rw-r--r--X11/colors/sourcerer45
-rw-r--r--X11/colors/tano36
-rw-r--r--X11/defaults3
-rw-r--r--X11/urxvt2
-rwxr-xr-xX11/xsession2
-rw-r--r--X11/xterm8
-rw-r--r--dillo/dillorc53
-rw-r--r--exrc5
-rw-r--r--irssi/config110
-rwxr-xr-xksh/conf/fzf.ksh42
-rw-r--r--lf/lfrc4
-rw-r--r--sxhkd/sxhkdrc2
-rw-r--r--tmux/tmux.conf3
26 files changed, 659 insertions, 146 deletions
diff --git a/.profile b/.profile
index 7e90921..5133943 100644
--- a/.profile
+++ b/.profile
@@ -29,6 +29,7 @@ export C_INCLUDE_PATH=/usr/local/include/
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
+#export XAUTHORITY="$XDG_CONFIG_HOME/X11/Xauthority"
export TIME_STYLE="long-iso"
export BLOCK_SIZE="'1"
export QUOTING_STYLE=literal
@@ -39,9 +40,8 @@ export XMODIFIERS="@im=fcitx"
export ENV="$XDG_CONFIG_HOME/ksh/.kshrc"
# }}}
# Programas {{{
-#export EXINIT="set ai ic nu sm smd sw=4 ts=4 ruler para=BlBdPpIt sect=ShSs | map gg 1G"
export EXINIT=":so $XDG_CONFIG_HOME/exrc"
-export EDITOR="nvi"
+export EDITOR="nvim"
export TERMINAL="xterm"
export VISUAL="$EDITOR"
export GIT_EDITOR="$EDITOR"
@@ -49,7 +49,6 @@ export GIT_EDITOR="$EDITOR"
export GPG_TTY=$(tty)
export GNUPGHOME="${XDG_DATA_HOME:-$HOME/.local/share}/gnupg"
export PASSWORD_STORE_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/pass"
-#eval $(keychain --dir ~/.local/share/keychain --quiet --eval --noask --clear --agents ssh,gpg id_ed25519)
export WGETRC="${XDG_CONFIG_HOME:-$HOME/.config}/wget/wgetrc"
export HIGHLIGHT_OPTIONS='--out-format="ansi" --style=base16/gruvbox-dark-hard'
@@ -62,20 +61,6 @@ export IPYTHONDIR="$XDG_CONFIG_HOME/ipython"
export NNTPSERVER="news.tildeverse.org"
export SLRNHOME="$XDG_CONFIG_HOME/slrn"
# }}}
-# FZF {{{
-export FZF_DEFAULT_OPTS="--cycle \
- --color=bg:-1,hl:#5fff87,bg+:-1,hl+:#ffaf5f,border:-1,info:#af87ff,prompt:#5fff87,pointer:#ff87d7,marker:#ff87d7,spinner:#ff87d7 \
- --reverse \
- --info=inline \
- --no-bold \
- --ansi \
- --pointer='→' \
- --marker='∙' \
- --preview-window :wrap:sharp"
-
-export FZF_COMPLETION_OPTS='+c -x'
-export FZF_CTRL_T_OPTS="--select-1 --exit-0 --preview 'echo {}'"
-# }}}
# Less {{{
export PAGER=less
export LESSCHARSET=UTF-8
diff --git a/X11/colors/acidwitch b/X11/colors/acidwitch
new file mode 100644
index 0000000..c923826
--- /dev/null
+++ b/X11/colors/acidwitch
@@ -0,0 +1,36 @@
+! special
+*.foreground: #cccccc
+*.background: #222222
+*.cursorColor: #cccccc
+
+! black
+*.color0: #222222
+*.color8: #444444
+
+! red
+*.color1: #a74437
+*.color9: #e52902
+
+! green
+*.color2: #809611
+*.color10: #d6d031
+
+! yellow
+*.color3: #ee8600
+*.color11: #877c5f
+
+! blue
+*.color4: #9aaa66
+*.color12: #b8d190
+
+! magenta
+*.color5: #77a558
+*.color13: #6cad2c
+
+! cyan
+*.color6: #8bd524
+*.color14: #a7d603
+
+! white
+*.color7: #c2c2ca
+*.color15: #bdb6a6
diff --git a/X11/colors/blaquebeard b/X11/colors/blaquebeard
new file mode 100644
index 0000000..4f1ee81
--- /dev/null
+++ b/X11/colors/blaquebeard
@@ -0,0 +1,37 @@
+! blaquebeard
+! special
+*.foreground: #c2c2b0
+*.background: #222222
+*.cursorColor: #c2c2b0
+
+! black
+*.color0: #222222
+*.color8: #222222
+
+! red
+*.color1: #924650
+*.color9: #924650
+
+! green
+*.color2: #666666
+*.color10: #666666
+
+! yellow
+*.color3: #ba9864
+*.color11: #ba9864
+
+! blue
+*.color4: #888888
+*.color12: #888888
+
+! magenta
+*.color5: #4f8396
+*.color13: #4f8396
+
+! cyan
+*.color6: #777777
+*.color14: #777777
+
+! white
+*.color7: #c2c2b0
+*.color15: #c2c2b0
diff --git a/X11/colors/cursed b/X11/colors/cursed
new file mode 100644
index 0000000..69fb8fd
--- /dev/null
+++ b/X11/colors/cursed
@@ -0,0 +1,50 @@
+! ▄████▄ █ ██ ██▀███ ██████ ▓█████ ▓█████▄
+! ▒██▀ ▀█ ██ ▓██▒▓██ ▒ ██▒▒██ ▒ ▓█ ▀ ▒██▀ ██▌
+! ▒▓█ ▄ ▓██ ▒██░▓██ ░▄█ ▒░ ▓██▄ ▒███ ░██ █▌
+! ▒▓▓▄ ▄██▒▓▓█ ░██░▒██▀▀█▄ ▒ ██▒▒▓█ ▄ ░▓█▄ ▌
+! ▒ ▓███▀ ░▒▒█████▓ ░██▓ ▒██▒▒██████▒▒░▒████▒░▒████▓
+! ░ ░▒ ▒ ░░▒▓▒ ▒ ▒ ░ ▒▓ ░▒▓░▒ ▒▓▒ ▒ ░░░ ▒░ ░ ▒▒▓ ▒
+! ░ ▒ ░░▒░ ░ ░ ░▒ ░ ▒░░ ░▒ ░ ░ ░ ░ ░ ░ ▒ ▒
+! ░ ░░░ ░ ░ ░░ ░ ░ ░ ░ ░ ░ ░ ░
+! ░ ░ ░ ░ ░ ░ ░ ░
+! ░ ░
+! cursed by pyratebeard (https://git.pyratebeard.net/?p=cursed)
+! ├─ inspiration from sourcerer by xero (https://sourcerer.xero.nu)
+! └─ based on port_royal by pyratebeard (http://dotshare.it/dots/8444/)
+
+! special
+*.foreground: #c2c2b0
+*.background: #202020
+*.cursorColor: #c2c2b0
+
+! black
+*.color0: #151515
+*.color8: #3f3639
+
+! red
+*.color1: #b44242
+*.color9: #dc7671
+
+! green
+*.color2: #95a328
+*.color10: #e8e85a
+
+! yellow
+*.color3: #e1c135
+*.color11: #9e9052
+
+! blue
+*.color4: #60928f
+*.color12: #76c39b
+
+! magenta
+*.color5: #7c435a
+*.color13: #86596c
+
+! cyan
+*.color6: #a48b4a
+*.color14: #ceb34f
+
+! white
+*.color7: #c2c2b0
+*.color15: #b0afa8
diff --git a/X11/colors/darkmachine b/X11/colors/darkmachine
new file mode 100644
index 0000000..92684d9
--- /dev/null
+++ b/X11/colors/darkmachine
@@ -0,0 +1,45 @@
+! ██ ██ ██ ██
+! ░██ ░██ ░██ ░░
+! ░██ ██████ ██████░██ ██ ██████████ ██████ █████ ░██ ██ ███████ █████
+! ██████ ░░░░░░██ ░░██░░█░██ ██ ░░██░░██░░██ ░░░░░░██ ██░░░██░██████ ░██░░██░░░██ ██░░░██
+! ██░░░██ ███████ ░██ ░ ░████ ░██ ░██ ░██ ███████ ░██ ░░ ░██░░░██░██ ░██ ░██░███████
+! ░██ ░██ ██░░░░██ ░██ ░██░██ ░██ ░██ ░██ ██░░░░██ ░██ ██░██ ░██░██ ░██ ░██░██░░░░
+! ░░██████░░████████░███ ░██░░██ ███ ░██ ░██░░████████░░█████ ░██ ░██░██ ███ ░██░░██████
+! ░░░░░░ ░░░░░░░░ ░░░ ░░ ░░ ░░░ ░░ ░░ ░░░░░░░░ ░░░░░ ░░ ░░ ░░ ░░░ ░░ ░░░░░░
+!
+! special
+*.foreground: #c0c0c0
+*.background: #121212
+*.cursorColor: #c0c0c0
+
+! black
+*.color0: #080808
+*.color8: #36393f
+
+! red
+*.color1: #515978
+*.color9: #778099
+
+! green
+*.color2: #3ea28d
+*.color10: #71c4ba
+
+! yellow
+*.color3: #4dc5ce
+*.color11: #5e767f
+
+! blue
+*.color4: #6ea2a5
+*.color12: #6abdc1
+
+! magenta
+*.color5: #a8a8a8
+*.color13: #4e4d80
+
+! cyan
+*.color6: #558188
+*.color14: #4fc8ce
+
+! white
+*.color7: #c0c0c0
+*.color15: #a6a8aa
diff --git a/X11/colors/downtime b/X11/colors/downtime
new file mode 100644
index 0000000..71f3b17
--- /dev/null
+++ b/X11/colors/downtime
@@ -0,0 +1,38 @@
+! downtime
+! special
+*.foreground: #fbf6f6
+*.background: #212021
+*.cursorColor: #fbf6f6
+
+! black
+*.color0: #4e495a
+*.color8: #6b6573
+
+! red
+*.color1: #e29e84
+*.color9: #b8a3a7
+
+! green
+*.color2: #b6ce63
+*.color10: #b8d680
+
+! yellow
+*.color3: #d4cd61
+*.color11: #d3c284
+
+! blue
+*.color4: #8fbed3
+*.color12: #929eb5
+
+! magenta
+*.color5: #888aa9
+*.color13: #9c96ae
+
+! cyan
+*.color6: #cfe063
+*.color14: #dee773
+
+! white
+*.color7: #fbf6f6
+*.color15: #d4e4bf
+
diff --git a/X11/colors/futuremyth b/X11/colors/futuremyth
new file mode 100644
index 0000000..bcabb3b
--- /dev/null
+++ b/X11/colors/futuremyth
@@ -0,0 +1,37 @@
+! futuremyth colours
+! special
+*.foreground: #dceef1
+*.background: #161719
+*.cursorColor: #dceef1
+
+! black
+*.color0: #202224
+*.color8: #42454d
+
+! red
+*.color1: #8d3636
+*.color9: #813939
+
+! green
+*.color2: #7cc464
+*.color10: #6ca758
+
+! yellow
+*.color3: #cd6e42
+*.color11: #b36846
+
+! blue
+*.color4: #408eb1
+*.color12: #33708c
+
+! magenta
+*.color5: #5f5a86
+*.color13: #535071
+
+! cyan
+*.color6: #62a8b2
+*.color14: #58929b
+
+! white
+*.color7: #dceef1
+*.color15: #a2b0b1
diff --git a/X11/colors/gruvbox b/X11/colors/gruvbox
new file mode 100644
index 0000000..6d6c6cc
--- /dev/null
+++ b/X11/colors/gruvbox
@@ -0,0 +1,31 @@
+*.foreground: #b3b1ad
+*.background: #000000
+*.cursorColor: #b3b1ad
+! Black + Gray
+*color0: #282828
+*color8: #928374
+! DarkRed + Red
+*color1: #cc241d
+*color9: #fb4934
+! DarkGreen + Green
+*color2: #98971a
+*color10: #b8bb26
+! DarkYellow + Yellow
+*color3: #d79921
+*color11: #fabd2f
+! DarkBlue + Blue
+*color4: #458588
+*color12: #83a598
+! DarkMagenta + Magenta
+*color5: #b16286
+*color13: #d3869b
+! DarkCyan + Cyan
+*color6: #689d6a
+*color14: #8ec07c
+! LightGrey + White
+*color7: #a89984
+*color15: #ebdbb2
+!
+! Bold, Italic, Underline
+*.underlineColor: #dfaf8f
+*.colorUL: #366060
diff --git a/X11/colors/hellfire b/X11/colors/hellfire
new file mode 100644
index 0000000..82d5a5d
--- /dev/null
+++ b/X11/colors/hellfire
@@ -0,0 +1,36 @@
+! special
+*.foreground: #fbf0d2
+*.background: #1f1d1b
+*.cursorColor: #fbf0d2
+
+! black
+*.color0: #181512
+*.color8: #454545
+
+! red
+*.color1: #c94539
+*.color9: #bb6055
+
+! green
+*.color2: #85a23d
+*.color10: #a5a35c
+
+! yellow
+*.color3: #d47a41
+*.color11: #d0a845
+
+! blue
+*.color4: #8b6268
+*.color12: #aa7f91
+
+! magenta
+*.color5: #a44f5e
+*.color13: #756583
+
+! cyan
+*.color6: #b8a310
+*.color14: #dad757
+
+! white
+*.color7: #d3cab3
+*.color15: #c9b09a
diff --git a/X11/colors/lychnobite b/X11/colors/lychnobite
new file mode 100644
index 0000000..dbc2354
--- /dev/null
+++ b/X11/colors/lychnobite
@@ -0,0 +1,38 @@
+! lychnobite
+! special
+*.foreground: #cdcdcd
+*.background: #121317
+*.cursorColor: #cdcdcd
+
+! black
+*.color0: #282a2e
+*.color8: #373b41
+
+! red
+*.color1: #922230
+*.color9: #923a45
+
+! green
+*.color2: #0f8c61
+*.color10: #198873
+
+! yellow
+*.color3: #ba883d
+*.color11: #ba9153
+
+! blue
+*.color4: #277896
+*.color12: #3c7e96
+
+! magenta
+*.color5: #4b4574
+*.color13: #53569b
+
+! cyan
+*.color6: #638b83
+*.color14: #7dbfb8
+
+! white
+*.color7: #cdcdcd
+*.color15: #cdcdcd
+
diff --git a/X11/colors/mutiny b/X11/colors/mutiny
new file mode 100644
index 0000000..3182816
--- /dev/null
+++ b/X11/colors/mutiny
@@ -0,0 +1,50 @@
+! ███▄ ▄███▓ █ ██ ▄▄▄█████▓ ██▓ ███▄ █▓██ ██▓
+! ▓██▒▀█▀ ██▒ ██ ▓██▒▓ ██▒ ▓▒▓██▒ ██ ▀█ █ ▒██ ██▒
+! ▓██ ▓██░▓██ ▒██░▒ ▓██░ ▒░▒██▒▓██ ▀█ ██▒ ▒██ ██░
+! ▒██ ▒██ ▓▓█ ░██░░ ▓██▓ ░ ░██░▓██▒ ▐▌██▒ ░ ▐██▓░
+! ▒██▒ ░██▒▒▒█████▓ ▒██▒ ░ ░██░▒██░ ▓██░ ░ ██▒▓░
+! ░ ▒░ ░ ░░▒▓▒ ▒ ▒ ▒ ░░ ░▓ ░ ▒░ ▒ ▒ ██▒▒▒
+! ░ ░ ░░░▒░ ░ ░ ░ ▒ ░░ ░░ ░ ▒░▓██ ░▒░
+! ░ ░ ░░░ ░ ░ ░ ▒ ░ ░ ░ ░ ▒ ▒ ░░
+! ░ ░ ░ ░ ░ ░
+! ░ ░
+! mutiny by pyratebeard (https://git.pyratebeard.net/?p=mutiny)
+! └─ inspired by sourcerer by xero (https://sourcerer.xero.nu)
+
+! special
+*.foreground: #bbbbbb
+*.background: #171717
+*.cursorColor: #bbbbbb
+
+! black
+*.color0: #131313
+*.color8: #3d3a3b
+
+! red
+*.color1: #883c43
+*.color9: #bb6767
+
+! green
+*.color2: #899e3b
+*.color10: #d2d074
+
+! yellow
+*.color3: #deb14f
+*.color11: #807b64
+
+! blue
+*.color4: #6e6461
+*.color12: #909798
+
+! magenta
+*.color5: #753747
+*.color13: #956c74
+
+! cyan
+*.color6: #55776e
+*.color14: #71bb94
+
+! white
+*.color7: #bbbbbb
+*.color15: #baba9e
+
diff --git a/X11/colors/oldriceputin b/X11/colors/oldriceputin
new file mode 100644
index 0000000..a32e95d
--- /dev/null
+++ b/X11/colors/oldriceputin
@@ -0,0 +1,37 @@
+! special
+*.foreground: #fbf0d2
+*.background: #1f1d1b
+*.cursorColor: #fbf0d2
+
+! black
+*.color0: #181512
+*.color8: #454545
+
+! red
+*.color1: #bb6055
+*.color9: #c94539
+
+! green
+*.color2: #80964d
+*.color10: #aabb46
+
+! yellow
+*.color3: #8b6268
+*.color11: #dab733
+
+! blue
+*.color4: #756583
+*.color12: #a3535e
+
+! magenta
+*.color5: #628185
+*.color13: #becc90
+
+! cyan
+*.color6: #a4b810
+*.color14: #69c884
+
+! white
+*.color7: #d3cab3
+*.color15: #c9b09a
+
diff --git a/X11/colors/otherideas b/X11/colors/otherideas
new file mode 100644
index 0000000..620f034
--- /dev/null
+++ b/X11/colors/otherideas
@@ -0,0 +1,36 @@
+! special
+*.foreground: #d4d7d4
+*.background: #161a20
+*.cursorColor: #d4d7d4
+
+! black
+*.color0: #232b34
+*.color8: #4f5e67
+
+! red
+*.color1: #cd6e42
+*.color9: #b36846
+
+! green
+*.color2: #1dc16f
+*.color10: #48b27d
+
+! yellow
+*.color3: #d4d7d4
+*.color11: #e3e7e3
+
+! blue
+*.color4: #1dc19b
+*.color12: #56ab98
+
+! magenta
+*.color5: #d4d7d4
+*.color13: #e3e7e3
+
+! cyan
+*.color6: #23e885
+*.color14: #57c08b
+
+! white
+*.color7: #d4d7d4
+*.color15: #fbfffb
diff --git a/X11/colors/sourcerer b/X11/colors/sourcerer
new file mode 100644
index 0000000..9dfb7f8
--- /dev/null
+++ b/X11/colors/sourcerer
@@ -0,0 +1,45 @@
+! ██████ ██████ ██ ██ ██████ █████ █████ ██████ █████ ██████
+! ██░░░░ ██░░░░██░██ ░██░░██░░████░░░██ ██░░░██░░██░░████░░░██░░██░░██
+! ░░█████ ░██ ░██░██ ░██ ░██ ░░░██ ░░ ░███████ ░██ ░░░███████ ░██ ░░
+! ░░░░░██░██ ░██░██ ░██ ░██ ░██ ██░██░░░░ ░██ ░██░░░░ ░██
+! ██████ ░░██████ ░░██████░███ ░░█████ ░░██████░███ ░░██████░███
+! ░░░░░░ ░░░░░░ ░░░░░░ ░░░ ░░░░░ ░░░░░░ ░░░ ░░░░░░ ░░░
+! r e a d c o d e l i k e a w i z a r d
+!
+! sourcerer by xero harrison (http://xero.nu)
+! ├─ based on sorcerer by Jeet Sukumaran (http://jeetworks.org)
+! └─ based on mustang by Henrique C. Alves (hcarvalhoalves@gmail.com)
+
+! █▓▒░ scorcerer colors
+*.foreground: #c2c2b0
+*.background: #222222
+*.cursorColor: #c2c2b0
+! black
+*.color0: #222222
+*.color8: #272822
+! red
+*.color1: #aa4450
+*.color9: #ff6a6a
+! green
+*.color2: #719611
+*.color10: #b1d631
+! yellow
+!*.color3: #cc8800
+*.color3: #ff9800
+*.color11: #87875f
+! blue
+*.color4: #6688aa
+*.color12: #90b0d1
+! magenta
+*.color5: #8f6f8f
+*.color13: #8181a6
+! cyan
+*.color6: #528b8b
+*.color14: #87ceeb
+! white
+*.color7: #d3d3d3
+*.color15: #c1cdc1
+! others
+URxvt.colorIT: #719611
+URxvt.colorBD: #d3d3d3
+URxvt.colorUL: #528b8b
diff --git a/X11/colors/tano b/X11/colors/tano
new file mode 100644
index 0000000..bb4c398
--- /dev/null
+++ b/X11/colors/tano
@@ -0,0 +1,36 @@
+! special
+*.foreground: #fce8c3
+*.background: #1c1b19
+*.cursorColor: #fbb829
+
+! black
+*.color0: #1c1b19
+*.color8: #918175
+
+! red
+*.color1: #ef2f27
+*.color9: #f75341
+
+! green
+*.color2: #519f50
+*.color10: #98bc37
+
+! yellow
+*.color3: #fbb829
+*.color11: #fed06e
+
+! blue
+*.color4: #2c78bf
+*.color12: #68a8e4
+
+! magenta
+*.color5: #e02c6d
+*.color13: #ff5c8f
+
+! cyan
+*.color6: #0aaeb3
+*.color14: #2be4d0
+
+! white
+*.color7: #baa67f
+*.color15: #fce8c3
diff --git a/X11/defaults b/X11/defaults
index 139b56f..eadc673 100644
--- a/X11/defaults
+++ b/X11/defaults
@@ -1,5 +1,4 @@
#include "/home/ghoul/.config/X11/xterm"
#include "/home/ghoul/.config/X11/xft"
#include "/home/ghoul/.config/X11/xlock"
-#include "/home/ghoul/.config/X11/urxvt"
-#include "/home/ghoul/.config/X11/colors/hellfire"
+#include "/home/ghoul/.config/X11/colors/acidwitch"
diff --git a/X11/urxvt b/X11/urxvt
index c7605c8..815f4f5 100644
--- a/X11/urxvt
+++ b/X11/urxvt
@@ -14,7 +14,7 @@ URxvt.saveLines: 9999
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.depth: 32
-URxvt*cutchars: `()'*<>[]{|}
+!URxvt*cutchars: `()'*<>[]{|}
URxvt*scrollBar: false
URxvt*scrollstyle: xterm
URxvt*thickness: 10
diff --git a/X11/xsession b/X11/xsession
index ab59281..15121ae 100755
--- a/X11/xsession
+++ b/X11/xsession
@@ -18,4 +18,4 @@ export QT_QPA_PLATFORMTHEME=qt5ct
xrdb -load $HOME/.config/X11/defaults
xset b off
exec sxhkd &
-exec bspwm
+exec dbus-launch --exit-with-session bspwm
diff --git a/X11/xterm b/X11/xterm
index 7aa7ff9..86238f1 100644
--- a/X11/xterm
+++ b/X11/xterm
@@ -27,6 +27,7 @@ XTerm*internalBorder: 3
XTerm*highlightSelection: true
XTerm*trimSelection: true
XTerm*fullscreen: never
+XTerm*background:black
!XTerm*font: -misc-fixed-medium-*-normal-*-14-*-*-*-*-*-iso10646-*
!XTerm*font: -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
@@ -38,10 +39,15 @@ XTerm*faceName : JetBrainsMono Nerd Font:sytle=Regular:size=9:hinting=full:antia
XTerm*faceNameDoublesize: WenQuanYi WenQuanYi Bitmap Song
XTerm*faceSize: 10
+UXTerm*loginShell:true
+UXTerm*background:black
+UXTerm*foreground:white
+XMessage*font: GNU Unifont:style=Sans-Serif
+
XTerm*backarrowKey: false
*VT100*translations: #override \n\
Shift Ctrl<Key>C: copy-selection(CLIPBOARD)\n\
- Shif tCtrl<Key>V: insert-selection(CLIPBOARD)\n\
+ Shift Ctrl<Key>V: insert-selection(CLIPBOARD)\n\
<Key>Backspace: string(0x7F)\n\
<Key>Delete: string("\033[3~")\n\
<Key>Home: string("\033[1~")\n\
diff --git a/dillo/dillorc b/dillo/dillorc
deleted file mode 100644
index 55c4363..0000000
--- a/dillo/dillorc
+++ /dev/null
@@ -1,53 +0,0 @@
-load_images=YES
-load_background_images=NO
-parse_embedded_css=NO
-buffered_drawing=2
-save_dir=~/etc
-vw_fontname=helvetica
-fw_fontname=tamzen
-dpi=96
-font_max_size=100
-font_min_size=12
-show_tooltip=YES
-limit_text_width=YES
-adjust_min_width=YES
-adjust_table_min_width=YES
-
-start_page=""
-home="about:blank"
-search_url=https://searx.be/?q=%s"
-connect_timeout=30
-
-tls_min_version="default"
-tls_cipher_list="HIGH:!aNULL:!CAMELLIA:!ARIA:!DSS:!AESCCM:!aGOST:!DHE:!RSA:!ECDHE-ECDSA-AES256-SHA384:!ECDHE-RSA-AES256-SHA384:!ECDHE-ECDSA-AES128-SHA256:!ECDHE-RSA-AES128-SHA256:!SHA"
-http_insecure=NO
-http_max_conns=5
-http_referer=host
-http_user_agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0"
-
-bg_color=0xdcd1ba
-allow_white_bg=NO
-white_bg_replacement=0xe0e0a3
-contrast_visited_color=YES
-ui_mobile_mouse_buttons=NO
-
-theme=gtk+
-# Earthly theme:
-ui_fg_color=#100404
-ui_main_bg_color=#c2a47b
-ui_text_bg_color=#cdc9a5
-ui_selection_color=#763024
-ui_tab_active_bg_color=#af4b3f
-ui_tab_active_fg_color=white
-ui_tab_bg_color=#d2b48c
-
-show_home=NO
-show_help=NO
-show_bookmarks=NO
-show_ui_tooltip=NO
-middle_click_opens_new_tab=YES
-right_click_closes_tab=YES
-middle_click_drags_page=YES
-focus_new_tab=NO
-show_quit_dialog=NO
-show_extra_warnings=NO
diff --git a/exrc b/exrc
index 3f3f57b..4a96353 100644
--- a/exrc
+++ b/exrc
@@ -15,22 +15,19 @@ set extended
set iclower
set searchincr
set verbose
-set redraw
set wrapscan
set wraplen=80
set tabstop=4
set shiftwidth=4
set para=BlBdPpIt
set sections=SeAhBhChDh
-set fileencoding=UTF-8
-set dir=/tmp/run/1000
set cedit=\^[
set filec=\
map ZZ :wq!^M
map Y y$
map gg 1G
-map G GA
+map G G
map R :ex^M
""File operations
diff --git a/irssi/config b/irssi/config
index e204535..6894aaf 100644
--- a/irssi/config
+++ b/irssi/config
@@ -68,33 +68,49 @@ settings = {
};
"fe-common/core" = {
autolog = "no";
+ theme = "oldriceputin.theme";
hilight_nick_matches_everywhere = "yes";
- theme = "neongold";
- };
- "irc/core" = {
- ctcp_version_reply = "no";
- ctcp_userinfo_reply = "no";
- max_ctcp_queue = "0";
};
"perl/core/scripts" = {
splitlong_max_length = "60";
- awl_viewer = "ON";
- awl_viewer_launch = "ON";
- awl_viewer_tmux_position = "right";
- awl_viewer_xwin_command = "xterm +sb -e %A";
+ awl_viewer = "no";
awl_placement = "top";
awl_shared_sbar = "OFF";
- awl_hide_data = "0";
- awl_maxcolumns = "4";
+ awl_detach = "(status)";
awl_sort = "server";
- awl_block = "20";
+ awl_block = "15";
fancy_abbrev = "head";
};
};
logs = { };
statusbar = {
+ items = {
+ barstart = "{sbstart}";
+ barend = "{sbend}";
+ topicbarstart = "{topicsbstart}";
+ topicbarend = "{topicsbend}";
+ time = "{sb $Z}";
+ user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}";
+ window = "{sb $winref:$tag/$itemname{sbmode $M}}";
+ window_empty = "{sb $winref{sbservertag $tag}}";
+ topic = " $topic";
+ lag = "{sb Lag: $0-}";
+ act = "{sb Act: $0-}";
+ };
default = {
window = {
+ disabled = "yes";
+
+ # window, root
+ type = "window";
+ # top, bottom
+ placement = "bottom";
+ # number
+ position = "1";
+ # active, inactive, always
+ visible = "active";
+
+ # list of items in statusbar in the display order
items = {
barstart = { priority = "100"; };
time = { };
@@ -102,19 +118,75 @@ statusbar = {
window = { };
window_empty = { };
lag = { priority = "-1"; };
- act = { priority = "10"; };
more = { priority = "-1"; alignment = "right"; };
barend = { priority = "100"; alignment = "right"; };
};
};
+
+ # statusbar to use in inactive split windows
+ window_inact = {
+ type = "window";
+ placement = "bottom";
+ position = "1";
+ visible = "inactive";
+ items = {
+ barstart = { priority = "100"; };
+ window = { };
+ window_empty = { };
+ more = { priority = "-1"; alignment = "right"; };
+ barend = { priority = "100"; alignment = "right"; };
+ };
+ };
+
+ # we treat input line as yet another statusbar :) It's possible to
+ # add other items before or after the input line item.
+ prompt = {
+ type = "root";
+ placement = "bottom";
+ # we want to be at the bottom always
+ position = "100";
+ visible = "always";
+ items = {
+ prompt = { priority = "-1"; };
+ prompt_empty = { priority = "-1"; };
+ # treated specially, this is the real input line.
+ input = { priority = "10"; };
+ };
+ };
+
+ # topicbar
+ topic = {
+ type = "root";
+ placement = "top";
+ position = "1";
+ visible = "active";
+ items = {
+ topicbarstart = { priority = "100"; };
+ topic = { };
+ topic_empty = { };
+ topicbarend = { priority = "100"; alignment = "right"; };
+ };
+ disabled = "no";
+ };
+ awl_0 = {
+ placement = "top";
+ items = {
+ barstart = { priority = "100"; };
+ awl_0 = { };
+ barend = { priority = "100"; alignment = "right"; };
+ };
+ };
+ awl_1 = {
+ placement = "top";
+ items = {
+ barstart = { priority = "100"; };
+ awl_1 = { };
+ barend = { priority = "100"; alignment = "right"; };
+ };
+ };
};
};
keyboard = (
{ key = "meta-z"; id = "previous_window"; data = ""; },
{ key = "meta-x"; id = "next_window"; data = ""; }
);
-ignores = (
- { level = "JOINS PARTS QUITS"; },
- { mask = "DCC"; level = "ALL"; },
- { mask = "CTPS"; level = "ALL"; }
-);
diff --git a/ksh/conf/fzf.ksh b/ksh/conf/fzf.ksh
deleted file mode 100755
index c9f5b46..0000000
--- a/ksh/conf/fzf.ksh
+++ /dev/null
@@ -1,42 +0,0 @@
-OHMY_DO=${OHMY_DO:-doas}
-
-zh() {
- fc -ln | eval $(fzf)
-}
-
-zpkg() {
- local _pkg _usage
-
- _usage="zpkg add|rm"
-
- if [ ! -f /usr/local/share/sqlports ]; then
- echo "please install sqlports"
- return 1
- fi
-
- if [ ! -e /usr/local/bin/sqlite3 ]; then
- echo "please install sqlite3"
- return 1
- fi
-
- if [ -z $1 ]; then
- echo $_usage
- return 1
- else
- case $1 in
- add)
- _pkg=$(/usr/local/bin/sqlite3 -separator " " \
- /usr/local/share/sqlports \
- "select distinct fullpkgname from Ports;" |\
- fzf --preview "/usr/sbin/pkg_info {1}")
- [ ! -z $_pkg ] && ${OHMY_DO} /usr/sbin/pkg_add $_pkg
- ;;
- rm)
- _pkg=$(ls -1 /var/db/pkg | fzf --preview "/usr/sbin/pkg_info {1}")
- [ ! -z $_pkg ] && ${OHMY_DO} /usr/sbin/pkg_delete $_pkg
- ;;
- *)
- echo $_usage
- esac
- fi
-}
diff --git a/lf/lfrc b/lf/lfrc
index 3c78ed7..4d9c306 100644
--- a/lf/lfrc
+++ b/lf/lfrc
@@ -200,8 +200,6 @@ cmd yank-basename-without-extension ${{
xclip -i -selection clipboard
}}
-cmd mkdir $mkdir -p "$(echo $* | tr ' ' '\ ')"
-
# Bindings
# Remove some defaults
map "'"
@@ -271,7 +269,7 @@ map da $git add $fx
map gR cd /
map gE cd /etc
map gl cd ~/.local/share
-map gb cd ~/.local/bin
+map gb cd ~/bin
map g. cd ~/.config
map gn cd ~/.config/nvim
map gk cd ~/.config/ksh
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
index f86e174..53cde5d 100644
--- a/sxhkd/sxhkdrc
+++ b/sxhkd/sxhkdrc
@@ -34,7 +34,7 @@ super + {_,shift} + y
minve {hide,show}
super + {b,space}
- {links -g searx.be,dmenu_run}
+ {luakit,dmenu_run}
super + {_,shift} + g
{grabar,corte}
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 879bd1b..8b6559e 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -44,7 +44,7 @@ set -g status-right '#{online_status} %F %R '
set -g window-status-separator ''
set -g window-status-style bg=colour0,fg=colour243
set -g window-status-current-style bg=default,fg=default
-set -g window-status-activity-style bg=colour0,fg=colour11
+set -g window-status-activity-style bg=colour8,fg=colour11
set -g window-status-format ' #W#F '
set -g window-status-current-format ' #W#F '
@@ -100,7 +100,6 @@ bind-key b list-buffers
bind-key B choose-buffer
bind-key P capture-pane -S -32768 \; save-buffer "/tmp/printscreen" \; delete-buffer \; new-window -n "PRINTSCREEN" "$EDITOR /tmp/printscreen"
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -in -selection clipboard"
-bind-key Tab capture-pane \; save-buffer /tmp/tmux-buffer \; delete-buffer \; display-popup -w 80% -h 60% -E "~/.local/bin/fzf_speed/fzf-speed"
bind-key v capture-pane \; save-buffer /tmp/tmux-buffer \; delete-buffer \; display-popup -w 80% -h 60% -E "cmixer"
set -g @plugin 'tmux-plugins/tpm'
Un proyecto texto-plano.xyz