Use kitty with nerd fonts properly
This commit is contained in:
parent
0dca0141cf
commit
653d2bdff2
|
@ -1,9 +1,11 @@
|
|||
font_family IosevkaLyteTerm Nerd Font Complete
|
||||
bold_font IosevkaLyteTerm Heavy Nerd Font Complete
|
||||
italic_font IosevkaLyteTerm Italic Nerd Font Complete
|
||||
bold_italic_font IosevkaLyteTerm Heavy Italic Nerd Font Complete
|
||||
font_family IosevkaLyteTerm
|
||||
bold_font IosevkaLyteTerm Heavy
|
||||
italic_font IosevkaLyteTerm Italic
|
||||
bold_italic_font IosevkaLyteTerm Heavy Italic
|
||||
font_size 12.5
|
||||
|
||||
symbol_map U+23FB-U+23FE,U+2665,U+26A1,U+2B58,U+E000-U+E00A,U+E0A0-U+E0A3,U+E0B0-U+E0D4,U+E200-U+E2A9,U+E300-U+E3E3,U+E5FA-U+E6AA,U+E700-U+E7C5,U+EA60-U+EBEB,U+F000-U+F2E0,U+F300-U+F32F,U+F400-U+F4A9,U+F500-U+F8FF,U+F0001-U+F1AF0 Symbols Nerd Font Mono
|
||||
|
||||
# use `kitty + list-fonts --psnames` to get the font's PostScript name
|
||||
# font_features IosevkaLyte
|
||||
# font_features Iosevka-Heavy +calt +dlig
|
||||
|
|
|
@ -15,7 +15,7 @@ paru -Sy --needed \
|
|||
bluez bluez-libs bluez-utils bluez-tools `# Bluetooth` \
|
||||
arc-gtk-theme elementary-icon-theme `# GUI Theme Stuff` \
|
||||
thunar thunar-volman gvfs `# File Manager` \
|
||||
ttf-iosevka-lyte-nerd-font ttf-iosevka-lyte ttf-opensans `# Fonts` \
|
||||
ttf-iosevka-lyte ttf-nerd-fonts-symbols-mono ttf-opensans `# Fonts` \
|
||||
avr-libc avr-gcc dfu-programmer dfu-util `# MCU Programming Utilities` \
|
||||
gimp inkscape krita `# Image/Vector Editing Applications` \
|
||||
audacity `# Audio Editing Application` \
|
||||
|
|
|
@ -163,7 +163,7 @@ mode "resize" {
|
|||
bindsym escape mode "default"
|
||||
}
|
||||
|
||||
set $tilers "(kitty.*|firefox.*|slack.*|Slack.*|thunar.*|Alacritty.*|alacritty.*)"
|
||||
set $tilers "(kitty.*|firefox.*|slack.*|Slack.*|thunar.*|Alacritty.*|alacritty.*|Discord.*|discord.*)"
|
||||
for_window [title=".*"] floating enable
|
||||
for_window [app_id=$tilers] floating disable
|
||||
bindsym $mod+shift+alt+f for_window [class=$tilers] floating toggle
|
||||
|
@ -186,9 +186,7 @@ exec /usr/share/sway/scripts/inactive-windows-transparency.py --opacity 0.95
|
|||
exec mako
|
||||
# exec gammastep -t 6500:3500 -l 39.0:-94.5
|
||||
# exec /usr/lib/kdeconnectd
|
||||
# exec sway-init-tmux
|
||||
# TODO: initial startup window attaches to a known, default tmux session (same for SSH?)
|
||||
# new kitty windows setup a fresh tmux
|
||||
|
||||
exec exec kitty --single-instance fish -i
|
||||
exec tmux start-server
|
||||
|
||||
|
|
Reference in a new issue