chore: house-keeping
This commit is contained in:
@@ -3,7 +3,7 @@ env:
|
||||
|
||||
font:
|
||||
normal:
|
||||
family: SFMono Nerd Font
|
||||
family: JetBrainsMono Nerd Font Mono
|
||||
style: Regular
|
||||
|
||||
size: 11.0
|
||||
|
||||
@@ -1,16 +1,8 @@
|
||||
PATH=$HOME/.dots/scripts:$HOME/.cargo/bin:$HOME/.ghcup/bin:$HOME/.local/bin:$HOME/.cabal/bin:$PATH
|
||||
EDITOR=vim
|
||||
VISUAL=vim
|
||||
EDITOR=hx
|
||||
VISUAL=hx
|
||||
|
||||
# sway/i3
|
||||
# fcitx-5 fcitx5-configtool fcitx5-gtk4 fcitx5-qt fcitx5-mozc
|
||||
# GTK_IM_MODULE=fcitx5
|
||||
# QT_IM_MODULE=fcitx5
|
||||
# SDL_IM_MODULE=fcitx5
|
||||
# GLFW_IM_MODULE=ibus
|
||||
# XMODIFIERS="@im=fcitx5"
|
||||
|
||||
# gnome
|
||||
# support jp input in gnome
|
||||
GTK_IM_MODULE=ibus
|
||||
QT_IM_MODULE=ibus
|
||||
XMODIFIERS=@im=ibus
|
||||
|
||||
@@ -80,16 +80,16 @@ set-option -g set-titles-string "#H: #W"
|
||||
set -g status-position top
|
||||
set -g status-justify "left"
|
||||
set -g status "on"
|
||||
set -g message-command-style "fg=#829181,bg=#f4f0d9"
|
||||
set -g message-command-style "fg=#829181,bg=#e6e2cc"
|
||||
set -g pane-active-border-style "fg=#93b259"
|
||||
set -g status-style "none,bg=#f4f0d9"
|
||||
set -g message-style "fg=#829181,bg=#f4f0d9"
|
||||
set -g status-style "none,bg=#e6e2cc"
|
||||
set -g message-style "fg=#829181,bg=#e6e2cc"
|
||||
set -g pane-border-style "fg=#e9e8d2"
|
||||
set -g status-right-length "100"
|
||||
set -g status-left-length "100"
|
||||
setw -g window-status-activity-style "none,fg=#93b259,bg=#f4f0d9"
|
||||
setw -g window-status-style "none,fg=#939f91,bg=#f4f0d9"
|
||||
setw -g window-status-activity-style "none,fg=#93b259,bg=#e6e2cc"
|
||||
setw -g window-status-style "none,fg=#939f91,bg=#e6e2cc"
|
||||
set -g status-left ""
|
||||
set -g status-right "#[fg=#939f91,bg=#f4f0d9] #H @ #S"
|
||||
set -g status-right "#[fg=#939f91,bg=#e6e2cc] #H @ #S"
|
||||
setw -g window-status-format "#I:#W"
|
||||
setw -g window-status-current-format "#[fg=#93b259,bold]#I:#W*"
|
||||
|
||||
Reference in New Issue
Block a user