conf conf
This commit is contained in:
parent
534652294a
commit
b3857cb01f
7 changed files with 76 additions and 4 deletions
|
|
@ -251,6 +251,28 @@
|
|||
}
|
||||
]; # end events
|
||||
}; # end swayidle
|
||||
mako = {
|
||||
enable = true;
|
||||
settings = {
|
||||
"actionable=true" = {
|
||||
anchor = "top-left";
|
||||
};
|
||||
actions = true;
|
||||
anchor = "top-right";
|
||||
background-color = color_f_bg;
|
||||
border-color = color_f_bg;
|
||||
border-radius = 0;
|
||||
default-timeout = 0;
|
||||
font = "${style_font} ${style_font_sz}";
|
||||
height = 100;
|
||||
width = 300;
|
||||
icons = true;
|
||||
ignore-timeout = false;
|
||||
layer = "top";
|
||||
margin = 10;
|
||||
markup = true;
|
||||
}; #end settings
|
||||
}; # end mako
|
||||
}; # end services
|
||||
programs = {
|
||||
rofi = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue