Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e8f291d953
|
@ -8,9 +8,6 @@ scrolloff = 8
|
||||||
rulers = [80, 120]
|
rulers = [80, 120]
|
||||||
cursorline = true
|
cursorline = true
|
||||||
|
|
||||||
[editor.soft-wrap]
|
|
||||||
enable = true
|
|
||||||
|
|
||||||
[editor.cursor-shape]
|
[editor.cursor-shape]
|
||||||
normal = "block"
|
normal = "block"
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
|
|
|
@ -4,6 +4,8 @@ italic_font IosevkaLyteTerm Italic
|
||||||
bold_italic_font IosevkaLyteTerm Heavy Italic
|
bold_italic_font IosevkaLyteTerm Heavy Italic
|
||||||
font_size 12.5
|
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
|
# use `kitty + list-fonts --psnames` to get the font's PostScript name
|
||||||
# font_features IosevkaLyte
|
# font_features IosevkaLyte
|
||||||
# font_features Iosevka-Heavy +calt +dlig
|
# font_features Iosevka-Heavy +calt +dlig
|
||||||
|
|
|
@ -7,8 +7,13 @@ input type:keyboard {
|
||||||
xkb_options ctrl:nocaps
|
xkb_options ctrl:nocaps
|
||||||
}
|
}
|
||||||
|
|
||||||
input type:touchscreen {
|
# disabled since we don't have a broken touch screen anymore
|
||||||
events disabled
|
# input type:touchscreen {
|
||||||
|
# events disabled
|
||||||
|
# }
|
||||||
|
|
||||||
|
input type:touchpad {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
exec firefox
|
exec firefox
|
||||||
|
|
|
@ -15,7 +15,7 @@ paru -Sy --needed \
|
||||||
bluez bluez-libs bluez-utils bluez-tools `# Bluetooth` \
|
bluez bluez-libs bluez-utils bluez-tools `# Bluetooth` \
|
||||||
arc-gtk-theme elementary-icon-theme `# GUI Theme Stuff` \
|
arc-gtk-theme elementary-icon-theme `# GUI Theme Stuff` \
|
||||||
thunar thunar-volman gvfs `# File Manager` \
|
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` \
|
avr-libc avr-gcc dfu-programmer dfu-util `# MCU Programming Utilities` \
|
||||||
gimp inkscape krita `# Image/Vector Editing Applications` \
|
gimp inkscape krita `# Image/Vector Editing Applications` \
|
||||||
audacity `# Audio Editing Application` \
|
audacity `# Audio Editing Application` \
|
||||||
|
|
|
@ -39,7 +39,7 @@ input type:touchpad {
|
||||||
tap enabled
|
tap enabled
|
||||||
natural_scroll enabled
|
natural_scroll enabled
|
||||||
middle_emulation enabled
|
middle_emulation enabled
|
||||||
pointer_accel 0.33
|
# pointer_accel
|
||||||
}
|
}
|
||||||
|
|
||||||
bindsym $mod+control+space exec makoctl dismiss
|
bindsym $mod+control+space exec makoctl dismiss
|
||||||
|
@ -163,7 +163,7 @@ mode "resize" {
|
||||||
bindsym escape mode "default"
|
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 [title=".*"] floating enable
|
||||||
for_window [app_id=$tilers] floating disable
|
for_window [app_id=$tilers] floating disable
|
||||||
bindsym $mod+shift+alt+f for_window [class=$tilers] floating toggle
|
bindsym $mod+shift+alt+f for_window [class=$tilers] floating toggle
|
||||||
|
@ -186,9 +186,7 @@ bar {
|
||||||
exec mako
|
exec mako
|
||||||
# exec gammastep -t 6500:3500 -l 39.0:-94.5
|
# exec gammastep -t 6500:3500 -l 39.0:-94.5
|
||||||
# exec /usr/lib/kdeconnectd
|
# 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 exec kitty --single-instance fish -i
|
||||||
exec tmux start-server
|
exec tmux start-server
|
||||||
|
|
||||||
|
|
Reference in a new issue