changes: hypr, kitty, zsh
This commit is contained in:
parent
1b14b560a9
commit
9d05433c8d
3 changed files with 40 additions and 48 deletions
|
@ -53,7 +53,7 @@ decoration {
|
|||
dim_special = 0.2
|
||||
rounding = 6
|
||||
|
||||
active_opacity = 0.95
|
||||
active_opacity = 1
|
||||
inactive_opacity = 0.75
|
||||
|
||||
shadow {
|
||||
|
|
|
@ -1,27 +1,16 @@
|
|||
# Catppuccin-Mocha
|
||||
include current-theme.conf
|
||||
window_padding_width 12
|
||||
|
||||
font_size 10.0
|
||||
enable_ligature true
|
||||
|
||||
confirm_os_window_close 0
|
||||
# font_family family="JetBrains Mono Nerd Font"
|
||||
# bold_font auto
|
||||
# italic_font auto
|
||||
# bold_italic_font auto
|
||||
# disable_ligatures always
|
||||
|
||||
map ctrl+shift+c copy_to_clipboard
|
||||
map ctrl+shift+v paste_from_clipboard
|
||||
|
||||
|
||||
enable_audio_bell no
|
||||
|
||||
|
||||
window_padding_width 5
|
||||
window_margin_width 5
|
||||
# window_border_width 2px
|
||||
active_border_color #e0e4e5
|
||||
inactive_border_color #9EA3A7
|
||||
enabled_layouts Tall, *
|
||||
|
@ -33,12 +22,11 @@ enable_image_protocol yes
|
|||
|
||||
background_opacity 0.95
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Catppuccin-Mocha
|
||||
# include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
|
||||
open_url_modifiers ctrl+shift
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family='JetBrainsMono Nerd Font Mono' postscript_name=JetBrainsMonoNFM-Regular
|
||||
|
|
|
@ -105,6 +105,10 @@ alias ....='cd ../..'
|
|||
alias ..='cd ..'
|
||||
alias ~='cd ~'
|
||||
|
||||
edit() {
|
||||
vim ~/.config/$1
|
||||
}
|
||||
|
||||
cpcf() {
|
||||
local file
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue