Compare commits

..

4 Commits

13 changed files with 1081 additions and 96 deletions

View File

@ -1,2 +0,0 @@
#include ".xrdb/colors/synthwave"
#include ".xrdb/urxvt-resources"

View File

@ -1,19 +0,0 @@
*background: #312e39
*foreground: #c0a79a
*cursorColor: #554757
*color0: #33303b
*color1: #87404f
*color2: #4c9882
*color3: #71949a
*color4: #615772
*color5: #783e57
*color6: #554757
*color7: #c0a79a
*color8: #4f4b58
*color9: #87404f
*color10: #4c9882
*color11: #71949a
*color12: #615772
*color13: #783e57
*color14: #554757
*color15: #c0a79a

View File

@ -1,30 +0,0 @@
Xft.autohint : 0
Xft.lcdfilter : lcddefault
Xft.hintstyle : hintslight
Xft.hinting : 1
!Xft.antialias : 1
Xft.rgba : rgb
Xcursor.size : 16
!URxvt*font: -uw-ttyp0-medium-r-normal--13-*-*-*-*-*-iso8859-1
!URxvt*boldFont: -uw-ttyp0-bold-r-normal--13-*-*-*-*-*-iso8859-1
URxvt*font: -t-cherry-medium-r-normal--13-*-*-*-*-*-iso10646-1
URxvt*boldFont: -t-cherry-bold-r-normal--13-*-*-*-*-*-iso10646-1
URxvt.iso14755: false
URxvt.geometry: 72x18
URxvt*letterSpace: 0
URxvt.lineSpace: 0
URxvt*depth: 32
URxvt*saveline: 2000
URxvt*termName: rxvt-256color
URxvt*iso14755: false
URxvt*scrollBar: false
URxvt*scrollBar_right: false
URxvt.perl-ext-common: default,clipboard,url-select
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.urlLauncher: firefox
URxvt.underlineURLs: true
URxvt.urlButton: 1
URxvt*buffered: false
URxvt*urgentOnBell: true
!URxvt.internalBorder: 10

View File

@ -56,7 +56,7 @@ inactive-opacity-override = false;
alpha-step = 0.06;
opacity-rule = [
"91:class_g *?='urxvt'",
"91:class_g *?='kitty'",
"91:class_g *?='zathura'",
"91:class_g *?='emacs'"
];

View File

@ -14,7 +14,6 @@ set -x ZPOOL_VDEV_NAME_PATH 1
# Aliases
alias f "fff"
alias tmux "tmux -2"
alias peerflix "peerflix -d"
alias xclip "xclip -selection clipboard"
alias xi "xbps-install -S"

View File

@ -44,7 +44,7 @@
<acceptfont>
<pattern>
<patelt name="family">
<string>cherry</string>
<string>termsyn</string>
</patelt>
</pattern>
</acceptfont>

File diff suppressed because it is too large Load Diff

View File

@ -26,9 +26,6 @@ xrdb ~/.Xresources &
(sleep 2; stalonetray --dockapp-mode simple --kludges force_icons_size -i 15) &
(sleep 3; polybar main) &
## Urxvt daemon
urxvtd -q -f -o &
## KeepassXC
(sleep 2; bash -c "secret-tool lookup 'keepass' 'login' | keepassxc --pw-stdin ~/Sync/Security/MDP.kbdx") &

View File

@ -315,7 +315,7 @@
</keybind>
<keybind key="W-Return">
<action name="Execute">
<command>urxvtc</command>
<command>kitty</command>
</action>
</keybind>
<keybind key="W-w">

View File

@ -6,8 +6,9 @@ bind C-x send-prefix
## set terminal bell
set -g bell-action any
### update the TERM variable of terminal emulator when creating a new session or attaching a existing session
set -g update-environment 'DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY TERM'
## Set default terminal
set -g default-terminal "xterm-kitty"
set -ga terminal-overrides ",xterm-kitty:Tc"
# i3 split bindings
bind g split-window -h
@ -68,15 +69,9 @@ bind -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "se
bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M"
# Split
set -g pane-border-style fg=colour234
set -g pane-active-border-style fg=colour234
set -g status-left '#[fg=white,bg=magenta] #S #[fg=default,bg=default]'
set -g status-right '#{prefix_highlight} #[fg=white,bg=magenta] %b %d %Y #[fg=white,bg=blue] %R '
set -g status-right-length 100
set -g status-bg default
setw -g window-status-format '#[fg=cyan,bg=black] #I #[fg=cyan,bg=black] #W '
setw -g window-status-current-format '#[fg=white,bg=blue] #I #[fg=white,bg=magenta] #W '
# Colorscheme file
source-file ~/.tmux/iceberg.tmux.conf
# List of plugins
set -g @plugin 'tmux-plugins/tpm'

View File

@ -86,20 +86,3 @@ snippet dp "Slide notes"
# Diapo $1
endsnippet
snippet st "Simple table"
$1
--------- --------- ---------
endsnippet
snippet mt "Multiline table"
-------------------------------------------------------------
$1
----------- ------------- --------- -------------------------
-------------------------------------------------------------
endsnippet

View File

@ -2,9 +2,6 @@
set number
set ttyfast
set encoding=utf8
""Colors
colorscheme synthwave
set t_Co=256
""Misc
set clipboard=unnamedplus
set nofoldenable
@ -15,8 +12,10 @@ set shiftwidth=2
""Don't litter swp files everywhere
set backupdir=~/.cache
set directory=~/.cache
" Ignore case when searching
""Ignore case when searching
set ignorecase
""Resize line number colum
set numberwidth=2
""Keybindings
set pastetoggle=<F2>
let mapleader="\<Space>"
@ -38,7 +37,12 @@ Plug 'plasticboy/vim-markdown', { 'for': 'markdown' }
Plug 'junegunn/goyo.vim', { 'on': 'Goyo' }
Plug 'SirVer/ultisnips', { 'for': 'markdown' }
Plug 'Raimondi/delimitMate'
Plug 'cocopon/iceberg.vim'
call plug#end()
""Colors
colorscheme iceberg
"set t_Co=256
set termguicolors
""Quitting whether Goyo is active or not
function! g:Goyo_before()
let b:quitting = 0

View File

@ -1,13 +1,13 @@
set adjust-open "width"
set selection-clipboard clipboard
set recolor-lightcolor "#312e39"
set recolor-darkcolor "#c0a79a"
set recolor-lightcolor "#161821"
set recolor-darkcolor "#c6c8d1"
set recolor true
set smooth-scroll true
set window-title-basename true
set completion-bg "#312e39"
set statusbar-bg "#312e39"
set statusbar-fg "#c0a79a"
set highlight-color "#783e57"
set highlight-active-color "#783e57"
set completion-bg "#161821"
set statusbar-bg "#161821"
set statusbar-fg "#c6c8d1"
set highlight-color "#a093c7"
set highlight-active-color "#a093c7"
set font "Ttyp0 10"