Latest updates to DE
This commit is contained in:
parent
4f621f9874
commit
41c39315b6
26 changed files with 60 additions and 65 deletions
|
@ -69,7 +69,9 @@
|
|||
# The width can be negative. In this case the actual width is the
|
||||
# screen width minus the width defined in within the geometry option.
|
||||
origin="top-right"
|
||||
geometry=350x200-25+25
|
||||
width=300
|
||||
height=250
|
||||
offset=+10x+25
|
||||
|
||||
# Shrink window if it's smaller than the width. Will be ignored if
|
||||
# width is 0.
|
||||
|
|
|
@ -18,7 +18,14 @@ animation-clamping = true;
|
|||
animations =({
|
||||
triggers = ["open"];
|
||||
preset = "appear";
|
||||
scale = 0.5;
|
||||
duration = 0.3
|
||||
},
|
||||
{
|
||||
triggers = ["geometry"];
|
||||
preset = "geometry-change";
|
||||
duration = 0.2
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
|
@ -300,4 +307,8 @@ rules = (
|
|||
triggers = ["close", "hide"];
|
||||
preset = "disappear";
|
||||
})},
|
||||
{match = "name = 'slop'"; blur-background =false; animations = ()})
|
||||
{match = "name = 'slop'"; blur-background =false; animations = ()},
|
||||
{match = "class_g = 'dwm'"; corner-radius=0},
|
||||
{ match = "fullscreen"; corner-radius = 0; },
|
||||
)
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
configuration {
|
||||
modi: "drun,run";
|
||||
show-icons: false;
|
||||
font: "CaskaydiaMono Nerd Font 12";
|
||||
display-drun: "";
|
||||
display-run: "";
|
||||
display-filebrowser: "";
|
||||
|
|
|
@ -50,3 +50,6 @@ ctrl+shift+d
|
|||
|
||||
shift+super+i
|
||||
rofi-connman
|
||||
|
||||
super+e
|
||||
emojis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue