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;
|
||||
|
||||
opacity-rule = [
|
||||
"91:class_g *?='kitty'",
|
||||
"91:class_g *?='urxvt'",
|
||||
"91:class_g *?='zathura'",
|
||||
"91:class_g *?='emacs'"
|
||||
];
|
||||
|
@ -14,6 +14,7 @@ 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"
|
||||
|
@ -44,7 +44,7 @@
|
||||
<acceptfont>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>termsyn</string>
|
||||
<string>cherry</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
</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 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") &
|
||||
|
||||
|
@ -315,7 +315,7 @@
|
||||
</keybind>
|
||||
<keybind key="W-Return">
|
||||
<action name="Execute">
|
||||
<command>kitty</command>
|
||||
<command>urxvtc</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-w">
|
||||
|
@ -6,9 +6,8 @@ bind C-x send-prefix
|
||||
## set terminal bell
|
||||
set -g bell-action any
|
||||
|
||||
## Set default terminal
|
||||
set -g default-terminal "xterm-kitty"
|
||||
set -ga terminal-overrides ",xterm-kitty:Tc"
|
||||
### 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'
|
||||
|
||||
# i3 split bindings
|
||||
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"
|
||||
|
||||
# Split
|
||||
set -g pane-border-style fg=colour234
|
||||
set -g pane-active-border-style fg=colour234
|
||||
|
||||
# Colorscheme file
|
||||
source-file ~/.tmux/iceberg.tmux.conf
|
||||
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 '
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
@ -86,3 +86,20 @@ snippet dp "Slide notes"
|
||||
|
||||
# Diapo $1
|
||||
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 ttyfast
|
||||
set encoding=utf8
|
||||
""Colors
|
||||
colorscheme synthwave
|
||||
set t_Co=256
|
||||
""Misc
|
||||
set clipboard=unnamedplus
|
||||
set nofoldenable
|
||||
@ -12,10 +15,8 @@ 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>"
|
||||
@ -37,12 +38,7 @@ 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
|
||||
|
@ -1,13 +1,13 @@
|
||||
set adjust-open "width"
|
||||
set selection-clipboard clipboard
|
||||
set recolor-lightcolor "#161821"
|
||||
set recolor-darkcolor "#c6c8d1"
|
||||
set recolor-lightcolor "#312e39"
|
||||
set recolor-darkcolor "#c0a79a"
|
||||
set recolor true
|
||||
set smooth-scroll true
|
||||
set window-title-basename true
|
||||
set completion-bg "#161821"
|
||||
set statusbar-bg "#161821"
|
||||
set statusbar-fg "#c6c8d1"
|
||||
set highlight-color "#a093c7"
|
||||
set highlight-active-color "#a093c7"
|
||||
set completion-bg "#312e39"
|
||||
set statusbar-bg "#312e39"
|
||||
set statusbar-fg "#c0a79a"
|
||||
set highlight-color "#783e57"
|
||||
set highlight-active-color "#783e57"
|
||||
set font "Ttyp0 10"
|
||||
|
Loading…
Reference in New Issue
Block a user