Browse Source

Hyprland: Fix polkit theme

wayland
Riyyi 2 weeks ago
parent
commit
b561e7e2f3
  1. 1
      .config/ghostty/config
  2. 1
      .config/hypr/hyprland.conf
  3. 2
      .config/qt5ct/qt5ct.conf
  4. 2
      .config/qt6ct/qt6ct.conf
  5. 4
      .config/zsh/.zshrc

1
.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

1
.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.*

2
.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)

2
.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"

4
.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

Loading…
Cancel
Save