Hyprland: Fix polkit theme
This commit is contained in:
@@ -6,6 +6,7 @@ font-family = DejaVuSansM Nerd Font Mono
|
|||||||
font-size = 10
|
font-size = 10
|
||||||
link-url = true
|
link-url = true
|
||||||
selection-invert-fg-bg = true
|
selection-invert-fg-bg = true
|
||||||
|
term = xterm-256color
|
||||||
theme = terminal-sexy
|
theme = terminal-sexy
|
||||||
window-decoration = false
|
window-decoration = false
|
||||||
window-inherit-working-directory = true
|
window-inherit-working-directory = true
|
||||||
|
|||||||
@@ -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, feh # window rule v1 can only do either class or title, not both
|
||||||
windowrule = float, mpv
|
windowrule = float, mpv
|
||||||
windowrule = float, org.pulseaudio.pavucontrol
|
windowrule = float, org.pulseaudio.pavucontrol
|
||||||
|
windowrule = float, pinentry-gtk
|
||||||
windowrule = float, xarchiver
|
windowrule = float, xarchiver
|
||||||
windowrulev2 = float, class:firefox, title:Library
|
windowrulev2 = float, class:firefox, title:Library
|
||||||
windowrulev2 = float, class:firefox, title:^About.*
|
windowrulev2 = float, class:firefox, title:^About.*
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ color_scheme_path=/usr/share/qt5ct/colors/darker.conf
|
|||||||
custom_palette=false
|
custom_palette=false
|
||||||
icon_theme=Arc
|
icon_theme=Arc
|
||||||
standard_dialogs=default
|
standard_dialogs=default
|
||||||
style=qt5gtk2
|
style=kvantum
|
||||||
|
|
||||||
[Fonts]
|
[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)
|
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)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ color_scheme_path=/usr/share/qt6ct/colors/darker.conf
|
|||||||
custom_palette=false
|
custom_palette=false
|
||||||
icon_theme=Arc
|
icon_theme=Arc
|
||||||
standard_dialogs=default
|
standard_dialogs=default
|
||||||
style=qt6gtk2
|
style=kvantum
|
||||||
|
|
||||||
[Fonts]
|
[Fonts]
|
||||||
fixed="DejaVu Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
fixed="DejaVu Sans,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1"
|
||||||
|
|||||||
@@ -79,10 +79,14 @@ bindkey '\e[1;5D' backward-word # ctrl-left
|
|||||||
bindkey '\e[3~' delete-char # del
|
bindkey '\e[3~' delete-char # del
|
||||||
bindkey '\e[7~' beginning-of-line # home
|
bindkey '\e[7~' beginning-of-line # home
|
||||||
bindkey '\e[H' 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[8~' end-of-line # end
|
||||||
bindkey '\e[F' 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 '\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 '\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 '\e[Z' reverse-menu-complete # shift-tab
|
||||||
bindkey '\eh' kill-whole-line # meta-h
|
bindkey '\eh' kill-whole-line # meta-h
|
||||||
bindkey '\ej' history-beginning-search-forward-end # meta-j
|
bindkey '\ej' history-beginning-search-forward-end # meta-j
|
||||||
|
|||||||
Reference in New Issue
Block a user