adding some bits for tridactyl and hyprland
This commit is contained in:
parent
a5a9a35421
commit
97f855dc25
|
@ -73,6 +73,7 @@ bind F hint -t
|
||||||
bind gy hint -y
|
bind gy hint -y
|
||||||
bind gc org-capture
|
bind gc org-capture
|
||||||
bind gC hint -W org-capture
|
bind gC hint -W org-capture
|
||||||
|
bind gw tabwork
|
||||||
bind m fillcmdline quickmark
|
bind m fillcmdline quickmark
|
||||||
bind O fillcmdline tabopen
|
bind O fillcmdline tabopen
|
||||||
|
|
||||||
|
|
|
@ -72,9 +72,9 @@
|
||||||
# if you want heavy blur, you need to up the blur_passes.
|
# if you want heavy blur, you need to up the blur_passes.
|
||||||
# the more passes, the more you can up the blur_size without noticing artifacts.
|
# the more passes, the more you can up the blur_size without noticing artifacts.
|
||||||
drop_shadow=true
|
drop_shadow=true
|
||||||
shadow_range=50
|
shadow_range=10
|
||||||
shadow_offset=2 2
|
shadow_offset=6 6
|
||||||
shadow_render_power=3
|
shadow_render_power=1
|
||||||
col.shadow = rgba(000000ee)
|
col.shadow = rgba(000000ee)
|
||||||
dim_inactive=true
|
dim_inactive=true
|
||||||
dim_strength=0.2
|
dim_strength=0.2
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
windowrule=float,mpv
|
windowrule=float,mpv
|
||||||
windowrule=size ${if builtins.readFile "/etc/hostname" == "syl\n" then "90% 76%" else "85% 85%"},mpv
|
windowrule=size ${if builtins.readFile "/etc/hostname" == "syl\n" then "90% 76%" else "85% 85%"},mpv
|
||||||
windowrule=center,mpv
|
windowrule=center,mpv
|
||||||
windowrule=pin,mpv
|
# windowrule=pin,mpv
|
||||||
windowrule=float,pulsemixer
|
windowrule=float,pulsemixer
|
||||||
windowrule=workspace ${if builtins.readFile "/etc/hostname" == "syl\n" then "2" else "1"},firefox
|
windowrule=workspace ${if builtins.readFile "/etc/hostname" == "syl\n" then "2" else "1"},firefox
|
||||||
windowrule=workspace ${if builtins.readFile "/etc/hostname" == "syl\n" then "1" else "2"},emacs
|
windowrule=workspace ${if builtins.readFile "/etc/hostname" == "syl\n" then "1" else "2"},emacs
|
||||||
|
|
Loading…
Reference in a new issue