mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update alacritty, kitty, bspwm, i3wm, vim,tmux configs & sctipts
This commit is contained in:
parent
246dc34d13
commit
c7da10d076
22 changed files with 256 additions and 282 deletions
|
|
@ -1,6 +1,3 @@
|
|||
# MOD
|
||||
clear_all_shortcuts yes
|
||||
|
||||
# Font
|
||||
font_family Jetbrains Mono
|
||||
bold_font auto
|
||||
|
|
@ -65,6 +62,7 @@ initial_window_height 480
|
|||
enabled_layouts *
|
||||
|
||||
# Keyboard Shortcuts
|
||||
clear_all_shortcuts yes
|
||||
map ctrl+shift+c copy_to_clipboard
|
||||
map ctrl+shift+v paste_from_clipboard
|
||||
map shift+insert paste_from_selection
|
||||
|
|
@ -87,17 +85,15 @@ map alt+ctrl+backspace change_font_size all 0
|
|||
# Theming
|
||||
foreground #dfdfdf
|
||||
background_opacity 0.85
|
||||
#background_opacity 1
|
||||
dynamic_background_opacity yes
|
||||
background_image none
|
||||
background_image_layout tiled
|
||||
background_image_linear no
|
||||
dynamic_background_opacity no
|
||||
background_tint 0.0
|
||||
dim_opacity 0.75
|
||||
selection_foreground #edebd7
|
||||
selection_background #073642
|
||||
background #262a3b
|
||||
#background #262a2b
|
||||
background #262a2b
|
||||
foreground #ffffff
|
||||
cursorColor #d2dae2
|
||||
selection_background #262a3b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue