diff --git a/.config/ghostty/config b/.config/ghostty/config index c7c100c..b3183da 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -6,6 +6,7 @@ font-family = DejaVuSansM Nerd Font Mono font-size = 10 link-url = true selection-invert-fg-bg = true +term = xterm-256color theme = terminal-sexy window-decoration = false window-inherit-working-directory = true diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2848a73..8589115 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -400,6 +400,7 @@ windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinn windowrule = float, feh # window rule v1 can only do either class or title, not both windowrule = float, mpv windowrule = float, org.pulseaudio.pavucontrol +windowrule = float, pinentry-gtk windowrule = float, xarchiver windowrulev2 = float, class:firefox, title:Library windowrulev2 = float, class:firefox, title:^About.* diff --git a/.config/qt5ct/qt5ct.conf b/.config/qt5ct/qt5ct.conf index 59c4622..4da2d8a 100644 --- a/.config/qt5ct/qt5ct.conf +++ b/.config/qt5ct/qt5ct.conf @@ -3,7 +3,7 @@ color_scheme_path=/usr/share/qt5ct/colors/darker.conf custom_palette=false icon_theme=Arc standard_dialogs=default -style=qt5gtk2 +style=kvantum [Fonts] fixed=@Variant(\0\0\0@\0\0\0\x16\0\x44\0\x65\0j\0\x61\0V\0u\0 \0S\0\x61\0n\0s@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10) diff --git a/.config/qt6ct/qt6ct.conf b/.config/qt6ct/qt6ct.conf index 0d855e5..3bd7fb9 100644 --- a/.config/qt6ct/qt6ct.conf +++ b/.config/qt6ct/qt6ct.conf @@ -3,7 +3,7 @@ color_scheme_path=/usr/share/qt6ct/colors/darker.conf custom_palette=false icon_theme=Arc standard_dialogs=default -style=qt6gtk2 +style=kvantum [Fonts] fixed="DejaVu Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index b59fa7c..09fd09d 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -79,10 +79,14 @@ bindkey '\e[1;5D' backward-word # ctrl-left bindkey '\e[3~' delete-char # del bindkey '\e[7~' beginning-of-line # home bindkey '\e[H' beginning-of-line # home +bindkey '\eOH' beginning-of-line # home bindkey '\e[8~' end-of-line # end bindkey '\e[F' end-of-line # end +bindkey '\eOF' end-of-line # end bindkey '\e[A' history-beginning-search-backward-end # up +bindkey '\eOA' history-beginning-search-backward-end # up bindkey '\e[B' history-beginning-search-forward-end # down +bindkey '\eOB' history-beginning-search-forward-end # down bindkey '\e[Z' reverse-menu-complete # shift-tab bindkey '\eh' kill-whole-line # meta-h bindkey '\ej' history-beginning-search-forward-end # meta-j