mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Added matrix (fluffychat)
This commit is contained in:
parent
2f8adbb55e
commit
848a1be8d3
|
@ -58,6 +58,7 @@
|
||||||
protonmail-bridge
|
protonmail-bridge
|
||||||
texliveSmall
|
texliveSmall
|
||||||
numbat
|
numbat
|
||||||
|
fluffychat
|
||||||
|
|
||||||
wine
|
wine
|
||||||
bottles
|
bottles
|
||||||
|
|
|
@ -200,6 +200,7 @@
|
||||||
bind=SUPER,N,exec,pypr toggle numbat && hyprctl dispatch bringactivetotop
|
bind=SUPER,N,exec,pypr toggle numbat && hyprctl dispatch bringactivetotop
|
||||||
bind=SUPER,M,exec,pypr toggle musikcube && hyprctl dispatch bringactivetotop
|
bind=SUPER,M,exec,pypr toggle musikcube && hyprctl dispatch bringactivetotop
|
||||||
bind=SUPER,B,exec,pypr toggle btm && hyprctl dispatch bringactivetotop
|
bind=SUPER,B,exec,pypr toggle btm && hyprctl dispatch bringactivetotop
|
||||||
|
bind=SUPER,D,exec,pypr toggle matrix && hyprctl dispatch bringactivetotop
|
||||||
bind=SUPER,code:172,exec,pypr toggle pavucontrol && hyprctl dispatch bringactivetotop
|
bind=SUPER,code:172,exec,pypr toggle pavucontrol && hyprctl dispatch bringactivetotop
|
||||||
$scratchpadsize = size 80% 85%
|
$scratchpadsize = size 80% 85%
|
||||||
|
|
||||||
|
@ -209,6 +210,11 @@
|
||||||
windowrulev2 = workspace special silent,$scratchpad
|
windowrulev2 = workspace special silent,$scratchpad
|
||||||
windowrulev2 = center,$scratchpad
|
windowrulev2 = center,$scratchpad
|
||||||
|
|
||||||
|
windowrulev2 = float,class:^(fluffychat)$
|
||||||
|
windowrulev2 = size 85% 90%,class:^(fluffychat)$
|
||||||
|
windowrulev2 = workspace special silent,class:^(fluffychat)$
|
||||||
|
windowrulev2 = center,class:^(fluffychat)$
|
||||||
|
|
||||||
$savetodisk = title:^(Save to Disk)$
|
$savetodisk = title:^(Save to Disk)$
|
||||||
windowrulev2 = float,$savetodisk
|
windowrulev2 = float,$savetodisk
|
||||||
windowrulev2 = size 70% 75%,$savetodisk
|
windowrulev2 = size 70% 75%,$savetodisk
|
||||||
|
@ -232,6 +238,7 @@
|
||||||
windowrulev2 = opacity 0.80,title:ORUI
|
windowrulev2 = opacity 0.80,title:ORUI
|
||||||
|
|
||||||
windowrulev2 = opacity 1.0,class:^(org.qutebrowser.qutebrowser),fullscreen:1
|
windowrulev2 = opacity 1.0,class:^(org.qutebrowser.qutebrowser),fullscreen:1
|
||||||
|
windowrulev2 = opacity 0.90,class:^(fluffychat)$
|
||||||
windowrulev2 = opacity 1.0,class:^(Brave-browser),fullscreen:1
|
windowrulev2 = opacity 1.0,class:^(Brave-browser),fullscreen:1
|
||||||
windowrulev2 = opacity 1.0,class:^(librewolf),fullscreen:1
|
windowrulev2 = opacity 1.0,class:^(librewolf),fullscreen:1
|
||||||
windowrulev2 = opacity 0.80,title:^(LibreWolf)$
|
windowrulev2 = opacity 0.80,title:^(LibreWolf)$
|
||||||
|
@ -608,6 +615,10 @@
|
||||||
command = "alacritty --class scratchpad -e btm"
|
command = "alacritty --class scratchpad -e btm"
|
||||||
margin = 50
|
margin = 50
|
||||||
|
|
||||||
|
[scratchpads.matrix]
|
||||||
|
command = "fluffychat"
|
||||||
|
margin = 50
|
||||||
|
|
||||||
[scratchpads.pavucontrol]
|
[scratchpads.pavucontrol]
|
||||||
command = "pavucontrol"
|
command = "pavucontrol"
|
||||||
margin = 50
|
margin = 50
|
||||||
|
|
Loading…
Reference in a new issue