Compare commits
No commits in common. "95bb1475de3adb7a3600ca92cc79317e31f851c1" and "636e96cf06baa65bed8570dde247d542c943c461" have entirely different histories.
95bb1475de
...
636e96cf06
2
Xresources/.Xresources
Normal file
2
Xresources/.Xresources
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#include ".xrdb/colors/synthwave"
|
||||||
|
#include ".xrdb/urxvt-resources"
|
19
Xresources/.xrdb/colors/synthwave
Normal file
19
Xresources/.xrdb/colors/synthwave
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
*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
|
30
Xresources/.xrdb/urxvt-resources
Normal file
30
Xresources/.xrdb/urxvt-resources
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
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
|
@ -56,7 +56,7 @@ inactive-opacity-override = false;
|
|||||||
alpha-step = 0.06;
|
alpha-step = 0.06;
|
||||||
|
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
"91:class_g *?='kitty'",
|
"91:class_g *?='urxvt'",
|
||||||
"91:class_g *?='zathura'",
|
"91:class_g *?='zathura'",
|
||||||
"91:class_g *?='emacs'"
|
"91:class_g *?='emacs'"
|
||||||
];
|
];
|
||||||
|
@ -14,6 +14,7 @@ set -x ZPOOL_VDEV_NAME_PATH 1
|
|||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
alias f "fff"
|
alias f "fff"
|
||||||
|
alias tmux "tmux -2"
|
||||||
alias peerflix "peerflix -d"
|
alias peerflix "peerflix -d"
|
||||||
alias xclip "xclip -selection clipboard"
|
alias xclip "xclip -selection clipboard"
|
||||||
alias xi "xbps-install -S"
|
alias xi "xbps-install -S"
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
<acceptfont>
|
<acceptfont>
|
||||||
<pattern>
|
<pattern>
|
||||||
<patelt name="family">
|
<patelt name="family">
|
||||||
<string>termsyn</string>
|
<string>cherry</string>
|
||||||
</patelt>
|
</patelt>
|
||||||
</pattern>
|
</pattern>
|
||||||
</acceptfont>
|
</acceptfont>
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -26,6 +26,9 @@ xrdb ~/.Xresources &
|
|||||||
(sleep 2; stalonetray --dockapp-mode simple --kludges force_icons_size -i 15) &
|
(sleep 2; stalonetray --dockapp-mode simple --kludges force_icons_size -i 15) &
|
||||||
(sleep 3; polybar main) &
|
(sleep 3; polybar main) &
|
||||||
|
|
||||||
|
## Urxvt daemon
|
||||||
|
urxvtd -q -f -o &
|
||||||
|
|
||||||
## KeepassXC
|
## KeepassXC
|
||||||
(sleep 2; bash -c "secret-tool lookup 'keepass' 'login' | keepassxc --pw-stdin ~/Sync/Security/MDP.kbdx") &
|
(sleep 2; bash -c "secret-tool lookup 'keepass' 'login' | keepassxc --pw-stdin ~/Sync/Security/MDP.kbdx") &
|
||||||
|
|
||||||
|
@ -315,7 +315,7 @@
|
|||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-Return">
|
<keybind key="W-Return">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>kitty</command>
|
<command>urxvtc</command>
|
||||||
</action>
|
</action>
|
||||||
</keybind>
|
</keybind>
|
||||||
<keybind key="W-w">
|
<keybind key="W-w">
|
||||||
|
@ -6,9 +6,8 @@ bind C-x send-prefix
|
|||||||
## set terminal bell
|
## set terminal bell
|
||||||
set -g bell-action any
|
set -g bell-action any
|
||||||
|
|
||||||
## Set default terminal
|
### update the TERM variable of terminal emulator when creating a new session or attaching a existing session
|
||||||
set -g default-terminal "xterm-kitty"
|
set -g update-environment 'DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY TERM'
|
||||||
set -ga terminal-overrides ",xterm-kitty:Tc"
|
|
||||||
|
|
||||||
# i3 split bindings
|
# i3 split bindings
|
||||||
bind g split-window -h
|
bind g split-window -h
|
||||||
@ -69,9 +68,15 @@ 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"
|
bind -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M"
|
||||||
|
|
||||||
# Split
|
# Split
|
||||||
|
set -g pane-border-style fg=colour234
|
||||||
|
set -g pane-active-border-style fg=colour234
|
||||||
|
|
||||||
# Colorscheme file
|
set -g status-left '#[fg=white,bg=magenta] #S #[fg=default,bg=default]'
|
||||||
source-file ~/.tmux/iceberg.tmux.conf
|
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 '
|
||||||
|
|
||||||
# List of plugins
|
# List of plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
@ -86,3 +86,20 @@ snippet dp "Slide notes"
|
|||||||
|
|
||||||
# Diapo $1
|
# Diapo $1
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet st "Simple table"
|
||||||
|
|
||||||
|
$1
|
||||||
|
--------- --------- ---------
|
||||||
|
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet mt "Multiline table"
|
||||||
|
|
||||||
|
-------------------------------------------------------------
|
||||||
|
$1
|
||||||
|
----------- ------------- --------- -------------------------
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------
|
||||||
|
endsnippet
|
||||||
|
12
vim/.vimrc
12
vim/.vimrc
@ -2,6 +2,9 @@
|
|||||||
set number
|
set number
|
||||||
set ttyfast
|
set ttyfast
|
||||||
set encoding=utf8
|
set encoding=utf8
|
||||||
|
""Colors
|
||||||
|
colorscheme synthwave
|
||||||
|
set t_Co=256
|
||||||
""Misc
|
""Misc
|
||||||
set clipboard=unnamedplus
|
set clipboard=unnamedplus
|
||||||
set nofoldenable
|
set nofoldenable
|
||||||
@ -12,10 +15,8 @@ set shiftwidth=2
|
|||||||
""Don't litter swp files everywhere
|
""Don't litter swp files everywhere
|
||||||
set backupdir=~/.cache
|
set backupdir=~/.cache
|
||||||
set directory=~/.cache
|
set directory=~/.cache
|
||||||
""Ignore case when searching
|
" Ignore case when searching
|
||||||
set ignorecase
|
set ignorecase
|
||||||
""Resize line number colum
|
|
||||||
set numberwidth=2
|
|
||||||
""Keybindings
|
""Keybindings
|
||||||
set pastetoggle=<F2>
|
set pastetoggle=<F2>
|
||||||
let mapleader="\<Space>"
|
let mapleader="\<Space>"
|
||||||
@ -37,12 +38,7 @@ Plug 'plasticboy/vim-markdown', { 'for': 'markdown' }
|
|||||||
Plug 'junegunn/goyo.vim', { 'on': 'Goyo' }
|
Plug 'junegunn/goyo.vim', { 'on': 'Goyo' }
|
||||||
Plug 'SirVer/ultisnips', { 'for': 'markdown' }
|
Plug 'SirVer/ultisnips', { 'for': 'markdown' }
|
||||||
Plug 'Raimondi/delimitMate'
|
Plug 'Raimondi/delimitMate'
|
||||||
Plug 'cocopon/iceberg.vim'
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
""Colors
|
|
||||||
colorscheme iceberg
|
|
||||||
"set t_Co=256
|
|
||||||
set termguicolors
|
|
||||||
""Quitting whether Goyo is active or not
|
""Quitting whether Goyo is active or not
|
||||||
function! g:Goyo_before()
|
function! g:Goyo_before()
|
||||||
let b:quitting = 0
|
let b:quitting = 0
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
set adjust-open "width"
|
set adjust-open "width"
|
||||||
set selection-clipboard clipboard
|
set selection-clipboard clipboard
|
||||||
set recolor-lightcolor "#161821"
|
set recolor-lightcolor "#312e39"
|
||||||
set recolor-darkcolor "#c6c8d1"
|
set recolor-darkcolor "#c0a79a"
|
||||||
set recolor true
|
set recolor true
|
||||||
set smooth-scroll true
|
set smooth-scroll true
|
||||||
set window-title-basename true
|
set window-title-basename true
|
||||||
set completion-bg "#161821"
|
set completion-bg "#312e39"
|
||||||
set statusbar-bg "#161821"
|
set statusbar-bg "#312e39"
|
||||||
set statusbar-fg "#c6c8d1"
|
set statusbar-fg "#c0a79a"
|
||||||
set highlight-color "#a093c7"
|
set highlight-color "#783e57"
|
||||||
set highlight-active-color "#a093c7"
|
set highlight-active-color "#783e57"
|
||||||
set font "Ttyp0 10"
|
set font "Ttyp0 10"
|
||||||
|
Loading…
Reference in New Issue
Block a user