commit - 2ce912fb6ec52729a4cd14873704664083e4fb9a
commit + 07461bbc2e0322a12f588a41d54805de6a87aae4
blob - 902f0e7c7f7f0eefd5acebdbb5279c7595c354eb
blob + 8e90cab875ba8350fe4c0e94472bc92d87b1e7a7
--- hosts/impish/overlays/config/volare/config
+++ hosts/impish/overlays/config/volare/config
set $mod Mod1
set $alt Mod4
-set $term footclient
+set $term kitty --single-instance
set $menu dmenu_run $dmenu_args
set $wobsock $XDG_RUNTIME_DIR/wob.sock
blob - /dev/null
blob + da849bb02a68908b6c9fdf45a713a9e048e671f7 (mode 644)
--- /dev/null
+++ modules/mixins/dotfiles/config/kitty/kitty.conf
+include themes/base16-grayscale-dark.conf
+
+font_family Ioskeley Mono Term
+bold_font Ioskeley Mono Term
+italic_font family='Ioskeley Mono Term' style='Regular'
+bold_italic_font family='Ioskeley Mono Term' style='Regular'
+font_size 12.0
+
+scrollback_lines 10000
+
+cursor_shape block
+cursor_blink_interval 0
+shell_integration no-cursor
+
+mouse_hide_wait 3.0
+copy_on_select yes
+
+hide_window_decorations yes
+wayland_titlebar_color #101010
+
+map ctrl+shift+c copy_to_clipboard
+map ctrl+shift+v paste_from_clipboard
+map shift+insert paste_from_selection
+map ctrl+shift+n new_os_window
+map ctrl+plus change_font_size all +2.0
+map ctrl+equal change_font_size all +2.0
+map ctrl+minus change_font_size all -2.0
+map ctrl+0 change_font_size all 0
+map ctrl+shift+r show_scrollback
+map alt+ctrl+o open_url_with_hints
blob - /dev/null
blob + 09f26f67495ae603442c8a9ffbd6d0816257a68d (mode 644)
--- /dev/null
+++ modules/mixins/dotfiles/config/kitty/themes/base16-grayscale-dark.conf
+foreground #b9b9b9
+background #101010
+
+color0 #101010
+color1 #7c7c7c
+color2 #8e8e8e
+color3 #a0a0a0
+color4 #686868
+color5 #747474
+color6 #868686
+color7 #b9b9b9
+
+color8 #525252
+color9 #7c7c7c
+color10 #8e8e8e
+color11 #a0a0a0
+color12 #686868
+color13 #747474
+color14 #868686
+color15 #f7f7f7
+
+cursor #b9b9b9
+cursor_text_color #101010
+selection_foreground #101010
+selection_background #b9b9b9
blob - /dev/null
blob + 41fd6156740e70811db1120057b21eb35c684b0c (mode 644)
--- /dev/null
+++ modules/mixins/dotfiles/config/kitty/themes/doric-walnut.conf
+foreground #b9d3b0
+background #153227
+
+color0 #303931
+color1 #e8a27f
+color2 #82cc7f
+color3 #c4b980
+color4 #8fbae5
+color5 #e9acbf
+color6 #a0c0d0
+color7 #b9d3b0
+
+color8 #303931
+color9 #e8a27f
+color10 #82cc7f
+color11 #c4b980
+color12 #8fbae5
+color13 #e9acbf
+color14 #a0c0d0
+color15 #b9d3b0
+
+cursor #d3b18e
+cursor_text_color #153227
+selection_foreground #b9d3b0
+selection_background #0c512c
blob - 66afce403e8beffcd9b831519b279ba8fb16867e
blob + b985e1ced8b2168b85f28575309b3b9dc984660d
--- modules/mixins/dotfiles/config/shell/rc/aliased-short-names
+++ modules/mixins/dotfiles/config/shell/rc/aliased-short-names
alias remc='rem -ncm'
alias emn='em ~/notes'
-alias idua='dua interactive'
+alias idu='dua interactive'
+alias gg='ugrep'
blob - f3683ba5259bfab0827f38b41b4445ab3fa69f48
blob + 10de100840bfc91bafbf237970851d0ae73592a7
--- modules/mixins/dotfiles/home/tmux.conf
+++ modules/mixins/dotfiles/home/tmux.conf
set -g default-terminal "tmux-direct"
set -ag terminal-overrides ",foot*:Tc"
+set -as terminal-features ",xterm-kitty:RGB"
+set -ag terminal-overrides ",xterm-kitty:Tc"
+set -ga update-environment " KITTY_PID KITTY_WINDOW_ID KITTY_LISTEN_ON KITTY_PUBLIC_KEY"
+set -g allow-passthrough on
set -g status-interval 30
set -g status on