feat(zathura + mime): add mimeapps list and zathura config
This commit is contained in:
parent
adedbf32fc
commit
ccc7ad50c5
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst", "fontconfig")
|
||||
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst")
|
||||
|
||||
betterlockscreen -u ~/.bg/bg_3.jpg --fx blur --blur 0.25
|
||||
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
[Default Applications]
|
||||
x-scheme-handler/tonsite=io.github.kukuruzka165.materialgram.desktop
|
||||
x-scheme-handler/tg=io.github.kukuruzka165.materialgram.desktop
|
||||
x-scheme-handler/mailto=userapp-Thunderbird-9B2JV2.desktop
|
||||
message/rfc822=userapp-Thunderbird-9B2JV2.desktop
|
||||
x-scheme-handler/mid=userapp-Thunderbird-9B2JV2.desktop
|
||||
application/pdf=org.pwmt.zathura-pdf-poppler.desktop
|
||||
image/jpg=feh.desktop
|
||||
image/jpeg=feh.desktop
|
||||
image/png=feh.desktop
|
||||
image/webm=feh.desktop
|
||||
|
||||
[Added Associations]
|
||||
x-scheme-handler/tonsite=org.telegram.desktop.desktop;io.github.kukuruzka165.materialgram.desktop;
|
||||
x-scheme-handler/tg=io.github.kukuruzka165.materialgram.desktop;
|
||||
x-scheme-handler/mailto=userapp-Thunderbird-9B2JV2.desktop;
|
||||
x-scheme-handler/mid=userapp-Thunderbird-9B2JV2.desktop;
|
|
@ -142,7 +142,7 @@ corner-radius = 5;
|
|||
# Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`.
|
||||
# `xrender` is the default one.
|
||||
#
|
||||
backend = "glx"
|
||||
backend = "egl"
|
||||
dithered-present = false;
|
||||
vsync = true;
|
||||
detect-client-opacity = true;
|
||||
|
@ -435,16 +435,7 @@ animations = ({
|
|||
end = "window-raw-opacity";
|
||||
};
|
||||
shadow-opacity = "opacity";
|
||||
},
|
||||
# {
|
||||
# triggers = [ "geometry" ];
|
||||
# crop-width = {
|
||||
# curve = "cubic-bezier(0.24, 0.64, 0.79, 0.98)";
|
||||
# duration = 0.5;
|
||||
# start = "window-width-before";
|
||||
# end = "window-width";
|
||||
# };
|
||||
# }
|
||||
}
|
||||
|
||||
# Full Opaque Desktop Switch
|
||||
#{
|
||||
|
|
|
@ -43,7 +43,7 @@ module-margin = 1
|
|||
|
||||
separator-foreground = ${colors.disabled}
|
||||
|
||||
font-0 = "JetBrainsMonoNL Nerd Font:size=10;2"
|
||||
font-0 = "FiraCode Nerd Font Propo:size=10;2"
|
||||
|
||||
modules-left = xworkspaces
|
||||
modules-center = xwindow
|
||||
|
@ -348,3 +348,5 @@ content = " "
|
|||
content-foreground = ${colors.primary}
|
||||
|
||||
click-left = ~/.config/rofi/power/launch.sh
|
||||
|
||||
|
||||
|
|
|
@ -90,7 +90,6 @@ case ${chosen} in
|
|||
;;
|
||||
$suspend)
|
||||
run_cmd --suspend
|
||||
betterlockscreen -l blur
|
||||
;;
|
||||
$logout)
|
||||
run_cmd --logout
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
set selection-clipboard clipboard
|
||||
map p print
|
||||
map r reload
|
||||
map D toggle_page_mode
|
||||
|
||||
set default-bg "#474747" #00
|
||||
set default-fg "#F7F7F6" #01
|
Loading…
Reference in New Issue