diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf new file mode 100644 index 0000000..f60b34a --- /dev/null +++ b/.config/kitty/kitty.conf @@ -0,0 +1,43 @@ +font_family IBM Plex Mono +bold_font IBM Plex Mono SemiBold +italic_font IBM Plex Mono Light Italic +bold_italic_font IBM Plex Mono SemiBold Italic +font_size 28.0 +adjust_line_height 3 + +scrollback_lines 2000 +touch_scroll_multiplier 6.0 + +mouse_hide_wait -1 +focus_follows_mouse yes +enable_audio_bell no + +map alt+shift+c copy_to_clipboard +map alt+shift+v paste_from_clipboard + +window_padding_width 0 +update_check_interval 0 +cursor_shape block +url_color #29B6F6 +url_style curly + +background_opacity 0.0 +dynamic_background_opacity no +background #000000 +foreground #a1b0b8 +color0 #252525 +color1 #ff443e +color2 #c3d82c +color3 #ffc135 +color4 #42a5f5 +color5 #d81b60 +color6 #00acc1 +color7 #f5f5f5 +color8 #252525 +color9 #ff443e +color10 #c3d82c +color11 #ffc135 +color12 #42a5f5 +color13 #d81b60 +color14 #00acc1 +color15 #f5f5f5 diff --git a/.config/sway/config b/.config/sway/config index d0d4c46..55e2c3a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,6 +1,6 @@ set $lock swaylock set $mod Mod4 -set $term env DARKMODE=true alacritty --config-file=/home/dln/.config/alacritty/alacritty-dark.yml +set $term kitty set $left h set $down j @@ -48,10 +48,12 @@ bindsym Shift+F9 move container to workspace 9 bindsym Mod4+Shift+c kill bindsym Mod4+Shift+q exit bindsym Mod4+Return exec $term -bindsym Mod4+Shift+Return exec alacritty -e tmux attach -t0 +bindsym Mod4+Shift+Return exec $term tmux attach -t0 bindsym Mod4+Control+Return exec "autossh -M21001 -f -A -T home-dev sleep inf; alacritty -e mosh -p 2022 home tmux attach" bindsym Mod4+p exec rofi -show run +bindsym Mod4+e exec rofi -show emoji -modi emoji bindsym Mod4+l exec $lock +bindsym Mod4+Shift+l exec 'swaymsg "output * dpms off"; $lock' bindsym Mod4+space exec makoctl dismiss -a bindsym Mod4+print exec grim -g "$(slurp)" - | wl-copy bindsym Mod4+Shift+minus move scratchpad